libgtk-3 RPI issue

Ivo Hora ivo.hora at gmail.com
Sat Apr 7 08:14:06 BST 2018


Dear sir or madam,

I am a user of Debian and I noticed Wayland support in libgtk-3 package is
included and I can run GTK applications under Wayland happily.
I wanted to achieve the same with Raspbian, however my effort ended up when
running GTK application on top of Weston. I realized there probably is no
support for Wayland in GTK Raspbian package, therefore I am trying to build
GTK under Raspbian with Wayland support.
I enabled support in rules file , but I ended up with problems regarding
GTK-DOC, therefore I disabled gtk-doc in rules file, but still getting some
errors regarding gtk-doc.
After removing all *.in files related to gtk-doc, compilation is file, but
I am experiencing error probably while creating package.
I compared the Debian and Raspbian version of rules files and they seem to
be very simmilar.
I would be grateful if you could help me resolve my issue or redirect me
correct maintainer as I only found this contact.
If you think this package building is not an easy task, please also let me
know.
I am enclosing my rules file as well as the result of the whole process.
I would be very grateful if you could point me to the way how to disable
gtk-doc from packaging entirely, I guess --disable-gtk-doc disables
creating gtk-doc within the compilation process which is not dependent on
Debian, but it seems that with --disable-gtk-doc I am not disabling gtk-doc
creation withing the packaging phase.
I did not let my system to run mk-build-deps -i -r libgtk-3-0 as it tries
to remove packages which I definitely need when compiling GTK with Wayland
support as I already tried to compile libgtk from original sources from gtk
webpage without Debian/Raspbian specifics.

Thank you very much
Best regards,
Ivo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20180407/c5aa0d75/attachment-0001.html>
-------------- next part --------------
nohup: ignoring input
CDBS WARNING:  copyright-check disabled - touch debian/copyright_hints to enable.
dh_testdir
sed \
	-e "s#@SONAME@#0#g" \
	-e "s#@APIVER@#3#g" \
	-e "s#@VERSION@#3.22.11#g" \
	-e "s#@GTK_BINVER_DEP@#gtk3-binver-3.0.0#g" \
	-e "s#@SHARED_PKG@#libgtk-3-0#g" \
	-e "s#@COMMON_PKG@#libgtk-3-common#g" \
	-e "s#@DEV_PKG@#libgtk-3-dev#g" \
	-e "s#@UDEB_PKG@#libgtk-3-0-udeb#g" \
	-e "s#@DOC_PKG@#libgtk-3-doc#g" \
	-e "s#@BIN_PKG@#libgtk-3-bin#g" \
	-e "s#@EXAMPLES_PKG@#gtk-3-examples#g" \
	-e "s#@GNOME_TEAM@#Michael Biebl <biebl at debian.org>#g" \
	-e "s#@GTK_BINARY_VERSION@#3.0.0#g" \
	-e "s#@LIBDIR@#usr/lib/arm-linux-gnueabihf#g" \
	-e 's#@CONFDIR@#etc/gtk-3.0#g' \
	-e "s#@MODULES_BASE_PATH@#usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0#g" \
	-e "s#@OLD_MODULES_BASE_PATH@#usr/lib/gtk-3.0/3.0.0#g" \
	-e "s#@NEWS@#NEWS.gz#g" \
	-e "s#@README@#README#g" \
	debian/control.in > debian/control
test -x debian/rules
dh_testroot
dh_prep 
dh_installdirs -A 
mkdir -p "debian/build"
CDBS WARNING:    DEB_DH_INSTALL_ARGS is deprecated since 0.4.85
CDBS WARNING:    DEB_DH_BUILDDEB_ARGS is deprecated since 0.4.85

Scanning upstream source for new/changed copyright notices...

set -e; LC_ALL=C.UTF-8 /usr/bin/licensecheck --check '.*' --recursive --copyright --deb-fmt --ignore '^(debian/(changelog|copyright(|_hints|_newhints)))$' --lines 0 * | /usr/lib/cdbs/licensecheck2dep5 > debian/copyright_newhints
896 combinations of copyright and licensing found.
diff: debian/copyright_hints: No such file or directory
No new copyright notices found - assuming no news is good news...
touch debian/stamp-copyright-check
touch debian/stamp-upstream-cruft
mkdir -p debian/stamp-makefile-build debian/stamp-makefile-install
mkdir -p debian/stamp-autotools
sed -i s/arch=linux-any/optional=nowayland/ debian/libgtk-3-0.symbols
# Mark reftests with known failures as non-fatal
touch testsuite/reftests/nonresizable-size.ui.known_fail
touch testsuite/reftests/window-show-contents-on-map.ui.known_fail
touch testsuite/reftests/inherit-and-initial.ui.known_fail
touch testsuite/reftests/textview-margins.ui.known_fail
# So that gsettings can find the (uninstalled) gtk schemas
mkdir -p debian/build/glib-2.0/schemas/
cp gtk/org.gtk.* debian/build/glib-2.0/schemas/
glib-compile-schemas debian/build/glib-2.0/schemas/
set -e;   mv ./build-aux/config.guess ./build-aux/config.guess.cdbs-orig; cp --remove-destination /usr/share/misc/config.guess ./build-aux/config.guess;
set -e;   mv ./build-aux/config.sub ./build-aux/config.sub.cdbs-orig; cp --remove-destination /usr/share/misc/config.sub ./build-aux/config.sub;
dh_autoreconf "NOCONFIGURE=true ./autogen.sh"
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
Copying file m4/codeset.m4
Copying file m4/extern-inline.m4
Copying file m4/fcntl-o.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/printf-posix.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makevars.template
Copying file po-properties/Makevars.template
autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:157: installing 'build-aux/compile'
configure.ac:84: installing 'build-aux/missing'
build/Makefile-newvs.am:21: warning: MSVC_TOOLSET was already defined in condition TRUE, which includes condition MSVC_NO_TOOLSET_SET ...
build/win32/vs15/Makefile.am:50:   'build/Makefile-newvs.am' included from here
build/win32/vs15/Makefile.am:47: ... 'MSVC_TOOLSET' previously defined here
demos/gtk-demo/Makefile.am: installing 'build-aux/depcomp'
gdk/Makefile.am:137: warning: source file 'deprecated/gdkcolor.c' is in a subdirectory,
gdk/Makefile.am:137: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
tests/Makefile.am:327: warning: source file '../gtk/gtkcairoblur.c' is in a subdirectory,
tests/Makefile.am:327: but option 'subdir-objects' is disabled
tests/Makefile.am:543: warning: variable 'foreigndrawing_SOURCES' is defined but no program or
tests/Makefile.am:543: library has 'foreigndrawing' as canonical name (possible typo)
tests/Makefile.am:304: warning: variable 'foreigndrawing_DEPENDENCIES' is defined but no program or
tests/Makefile.am:304: library has 'foreigndrawing' as canonical name (possible typo)
testsuite/gtk/Makefile.am:124: warning: source file '$(top_srcdir)/gtk/gtkallocatedbitmask.c' is in a subdirectory,
testsuite/gtk/Makefile.am:124: but option 'subdir-objects' is disabled
testsuite/gtk/Makefile.am:139: warning: source file '$(top_srcdir)/gtk/gtkkeyhash.c' is in a subdirectory,
testsuite/gtk/Makefile.am:139: but option 'subdir-objects' is disabled
testsuite/gtk/Makefile.am:139: warning: source file '$(top_builddir)/gtk/gtkresources.c' is in a subdirectory,
testsuite/gtk/Makefile.am:139: but option 'subdir-objects' is disabled
testsuite/gtk/Makefile.am:139: warning: source file '$(top_srcdir)/gtk/gtkprivate.c' is in a subdirectory,
testsuite/gtk/Makefile.am:139: but option 'subdir-objects' is disabled
testsuite/gtk/Makefile.am:116: warning: source file '$(top_srcdir)/gtk/gtkrbtree.c' is in a subdirectory,
testsuite/gtk/Makefile.am:116: but option 'subdir-objects' is disabled
autoreconf: Leaving directory `.'
touch debian/stamp-autotools-files
chmod a+x /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./configure
mkdir -p debian/build/shared
cd debian/build/shared && CFLAGS="-g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro -Wl,-O1" /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/gtk+3.0" --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --enable-broadway-backend --disable-x11-backend --disable-gtk-doc --enable-man --enable-shared --enable-introspection --enable-cloudprint --disable-static --enable-colord --enable-wayland-backend --libdir=/usr/lib/arm-linux-gnueabihf --enable-test-print-backend
checking build system type... arm-unknown-linux-gnueabihf
checking host system type... arm-unknown-linux-gnueabihf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking whether make sets $(MAKE)... (cached) yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a sed that does not truncate output... /bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for native Win32... no
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... none
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert arm-unknown-linux-gnueabihf file names to arm-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert arm-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking dependency style of gcc... none
checking for nm... /usr/bin/nm -B
checking for some Win32 platform... no
checking for shm_open in -lrt... yes
checking for posix_fallocate... yes
checking for flockfile... yes
checking for _lock_file... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for wayland-scanner... /usr/bin/wayland-scanner
checking whether build environment is sane... yes
checking for BASE_DEPENDENCIES... yes
checking for CAIRO_BACKEND... yes
checking for GMODULE... yes
checking whether to write dependencies into .pc files... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking for lstat... yes
checking for mkstemp... yes
checking for localtime_r... yes
checking for _NL_TIME_FIRST_WEEKDAY... yes
checking for _NL_MEASUREMENT_MEASUREMENT... yes
checking for _NL_PAPER_HEIGHT... yes
checking for _NL_PAPER_WIDTH... yes
checking for extra flags to get ANSI library prototypes... none needed
checking for the BeOS... no
checking for HP-UX... no
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.49.4... yes (version 2.50.3)
checking for pkg-config... /usr/bin/pkg-config
checking build system's pkg-config is at least version 0.16... yes
checking for bind_textdomain_codeset... yes
checking linux/memfd.h usability... yes
checking linux/memfd.h presence... yes
checking for linux/memfd.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking ftw.h usability... yes
checking ftw.h presence... yes
checking for ftw.h... yes
checking for GNU ftw extensions... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for mallinfo... yes
checking for getresuid... yes
checking for uid_t in sys/types.h... yes
checking for round in -lm... yes
checking for round... yes
checking for rint... yes
checking for nearbyint... yes
checking for sincos... yes
checking for exp2... yes
checking for log2... yes
checking whether isnan is declared... yes
checking whether isinf is declared... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking whether to build dynamic modules... yes
checking whether dynamic modules work... yes
checking immodules to build... 
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking Pango flags... -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo
checking for GDK_DEP... yes
checking for ATK... yes
checking for GTK_DEP... yes
checking for library containing gethostent... none required
checking for library containing setsockopt... none required
checking for library containing connect... none required
checking for struct sockaddr_un.sun_len... no
checking for cups-config... /usr/bin/cups-config
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking for httpGetAuthString... yes
checking libpapi... checking for papiServiceCreate in -lpapi... no
checking for REST... yes
checking for JSON_GLIB... yes
checking cairo-pdf.h usability... yes
checking cairo-pdf.h presence... yes
checking for cairo-pdf.h... yes
checking cairo-ps.h usability... yes
checking cairo-ps.h presence... yes
checking for cairo-ps.h... yes
checking cairo-svg.h usability... yes
checking cairo-svg.h presence... yes
checking for cairo-svg.h... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for gobject-introspection... yes
checking whether to use colord... yes
checking for COLORD... yes
checking for FONTDEMO... yes
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking for GTKDOC_DEPS... yes
checking for xsltproc... /usr/bin/xsltproc
checking for XML catalog (/etc/xml/catalog)... found
checking for xmlcatalog... /usr/bin/xmlcatalog
checking for DocBook XML DTD V4.1.2 in XML catalog... found
checking for DocBook XSL Stylesheets in XML catalog... found
checking whether to generate man pages... yes
checking for -fvisibility=hidden compiler flag... yes
checking for -Bsymbolic-functions linker flag... yes
checking that generated files are newer than configure... done
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating README
config.status: creating INSTALL
config.status: creating config.h.win32
config.status: creating gtk-zip.sh
config.status: creating Makefile
config.status: creating gdk-3.0.pc
config.status: creating gtk+-3.0.pc
config.status: creating gtk+-unix-print-3.0.pc
config.status: creating gail-3.0.pc
config.status: creating m4macros/Makefile
config.status: creating po/Makefile.in
config.status: creating po-properties/Makefile.in
config.status: creating demos/Makefile
config.status: creating demos/gtk-demo/Makefile
config.status: creating demos/gtk-demo/geninclude.pl
config.status: creating demos/widget-factory/Makefile
config.status: creating demos/icon-browser/Makefile
config.status: creating examples/Makefile
config.status: creating examples/bp/Makefile
config.status: creating examples/application1/Makefile
config.status: creating examples/application2/Makefile
config.status: creating examples/application3/Makefile
config.status: creating examples/application4/Makefile
config.status: creating examples/application5/Makefile
config.status: creating examples/application6/Makefile
config.status: creating examples/application7/Makefile
config.status: creating examples/application8/Makefile
config.status: creating examples/application9/Makefile
config.status: creating examples/application10/Makefile
config.status: creating tests/Makefile
config.status: creating tests/visuals/Makefile
config.status: creating testsuite/Makefile
config.status: creating testsuite/a11y/Makefile
config.status: creating testsuite/a11y/state/Makefile
config.status: creating testsuite/css/Makefile
config.status: creating testsuite/css/parser/Makefile
config.status: creating testsuite/css/nodes/Makefile
config.status: creating testsuite/css/style/Makefile
config.status: creating testsuite/gdk/Makefile
config.status: creating testsuite/gtk/Makefile
config.status: creating testsuite/reftests/Makefile
config.status: creating testsuite/tools/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/gdk/Makefile
config.status: creating docs/reference/gdk/version.xml
config.status: creating docs/reference/gtk/Makefile
config.status: creating docs/reference/gtk/gtk3.types
config.status: creating docs/reference/gtk/version.xml
config.status: creating docs/reference/libgail-util/Makefile
config.status: creating docs/reference/libgail-util/version.xml
config.status: creating docs/tools/Makefile
config.status: creating build/Makefile
config.status: creating build/win32/Makefile
config.status: creating build/win32/vs9/Makefile
config.status: creating build/win32/vs9/gtk3-version-paths.vsprops
config.status: creating build/win32/vs10/Makefile
config.status: creating build/win32/vs10/gtk3-version-paths.props
config.status: creating build/win32/vs11/Makefile
config.status: creating build/win32/vs12/Makefile
config.status: creating build/win32/vs14/Makefile
config.status: creating build/win32/vs15/Makefile
config.status: creating gdk/Makefile
config.status: creating gdk/broadway/Makefile
config.status: creating gdk/x11/Makefile
config.status: creating gdk/win32/Makefile
config.status: creating gdk/win32/rc/Makefile
config.status: creating gdk/win32/rc/gdk.rc
config.status: creating gdk/quartz/Makefile
config.status: creating gdk/wayland/Makefile
config.status: creating gdk/mir/Makefile
config.status: creating gdk/gdkversionmacros.h
config.status: creating gtk/Makefile
config.status: creating gtk/makefile.msc
config.status: creating gtk/gtkversion.h
config.status: creating gtk/gtk-win32.rc.body
config.status: creating gtk/libgtk3.manifest
config.status: creating libgail-util/Makefile
config.status: creating modules/Makefile
config.status: creating modules/input/Makefile
config.status: creating modules/printbackends/Makefile
config.status: creating modules/printbackends/cups/Makefile
config.status: creating modules/printbackends/cloudprint/Makefile
config.status: creating modules/printbackends/lpr/Makefile
config.status: creating modules/printbackends/file/Makefile
config.status: creating modules/printbackends/papi/Makefile
config.status: creating modules/printbackends/test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: creating po-properties/POTFILES
config.status: creating po-properties/Makefile
config.status: executing libtool commands
config.status: executing gdk/gdkconfig.h commands

        GTK+ 3.22.11
        ===========

        GDK backends:         broadway wayland
        Print backends:       file lpr cups cloudprint test
        Dynamic modules:      yes
        Included immodules:   none
        colord support:       yes
        Introspection:        yes
        Debugging:            minimum
        Documentation:        no
touch debian/stamp-autotools/shared
chmod a+x /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./configure
mkdir -p debian/build/shared_udeb
cd debian/build/shared_udeb && CFLAGS="-g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro -Wl,-O1" /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/gtk+3.0" --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --disable-broadway-backend --disable-wayland-backend --enable-x11-backend --disable-introspection --disable-cloudprint --disable-colord --disable-xcomposite --disable-xdamage --disable-xfixes --disable-xrandr --libdir=/usr/lib/arm-linux-gnueabihf --enable-test-print-backend
checking build system type... arm-unknown-linux-gnueabihf
checking host system type... arm-unknown-linux-gnueabihf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking whether make sets $(MAKE)... (cached) yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a sed that does not truncate output... /bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for native Win32... no
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... none
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert arm-unknown-linux-gnueabihf file names to arm-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert arm-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking dependency style of gcc... none
checking for nm... /usr/bin/nm -B
checking for some Win32 platform... no
checking for shm_open in -lrt... yes
checking for posix_fallocate... yes
checking for flockfile... yes
checking for _lock_file... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether build environment is sane... yes
checking for BASE_DEPENDENCIES... yes
checking for CAIRO_BACKEND... yes
checking for GMODULE... yes
checking whether to write dependencies into .pc files... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking for lstat... yes
checking for mkstemp... yes
checking for localtime_r... yes
checking for _NL_TIME_FIRST_WEEKDAY... yes
checking for _NL_MEASUREMENT_MEASUREMENT... yes
checking for _NL_PAPER_HEIGHT... yes
checking for _NL_PAPER_WIDTH... yes
checking for extra flags to get ANSI library prototypes... none needed
checking for the BeOS... no
checking for HP-UX... no
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.49.4... yes (version 2.50.3)
checking for pkg-config... /usr/bin/pkg-config
checking build system's pkg-config is at least version 0.16... yes
checking for bind_textdomain_codeset... yes
checking linux/memfd.h usability... yes
checking linux/memfd.h presence... yes
checking for linux/memfd.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking ftw.h usability... yes
checking ftw.h presence... yes
checking for ftw.h... yes
checking for GNU ftw extensions... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for mallinfo... yes
checking for getresuid... yes
checking for uid_t in sys/types.h... yes
checking for round in -lm... yes
checking for round... yes
checking for rint... yes
checking for nearbyint... yes
checking for sincos... yes
checking for exp2... yes
checking for log2... yes
checking whether isnan is declared... yes
checking whether isinf is declared... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking whether to build dynamic modules... yes
checking whether dynamic modules work... yes
checking immodules to build... 
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking for XOpenDisplay... yes
checking for XextFindDisplay... yes
checking for xReply... yes
checking for XkbQueryExtension... yes
checking for XShapeCombineMask... yes
checking for XSyncQueryExtension... yes
checking for X11/extensions/sync.h... yes
checking for Xinerama packages... yes
checking for XGetEventData... yes
checking X11/extensions/XInput2.h usability... yes
checking X11/extensions/XInput2.h presence... yes
checking for X11/extensions/XInput2.h... yes
checking for XIAllowTouchEvents... yes
checking for XIScrollClassInfo.number... yes
checking Pango flags... -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo
checking for GDK_DEP... yes
checking for ATK... yes
checking for GTK_DEP... yes
checking for library containing gethostent... none required
checking for library containing setsockopt... none required
checking for library containing connect... none required
checking for struct sockaddr_un.sun_len... no
checking for cups-config... /usr/bin/cups-config
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking for httpGetAuthString... yes
checking libpapi... checking for papiServiceCreate in -lpapi... no
checking cairo-pdf.h usability... yes
checking cairo-pdf.h presence... yes
checking for cairo-pdf.h... yes
checking cairo-ps.h usability... yes
checking cairo-ps.h presence... yes
checking for cairo-ps.h... yes
checking cairo-svg.h usability... yes
checking cairo-svg.h presence... yes
checking for cairo-svg.h... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for gobject-introspection... no (disabled, use --enable-introspection to enable)
checking whether to use colord... no
checking for FONTDEMO... yes
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking for GTKDOC_DEPS... yes
checking for xsltproc... /usr/bin/xsltproc
checking for XML catalog (/etc/xml/catalog)... found
checking for xmlcatalog... /usr/bin/xmlcatalog
checking for DocBook XML DTD V4.1.2 in XML catalog... found
checking for DocBook XSL Stylesheets in XML catalog... found
checking whether to generate man pages... yes
checking for -fvisibility=hidden compiler flag... yes
checking for -Bsymbolic-functions linker flag... yes
checking that generated files are newer than configure... done
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating README
config.status: creating INSTALL
config.status: creating config.h.win32
config.status: creating gtk-zip.sh
config.status: creating Makefile
config.status: creating gdk-3.0.pc
config.status: creating gtk+-3.0.pc
config.status: creating gtk+-unix-print-3.0.pc
config.status: creating gail-3.0.pc
config.status: creating m4macros/Makefile
config.status: creating po/Makefile.in
config.status: creating po-properties/Makefile.in
config.status: creating demos/Makefile
config.status: creating demos/gtk-demo/Makefile
config.status: creating demos/gtk-demo/geninclude.pl
config.status: creating demos/widget-factory/Makefile
config.status: creating demos/icon-browser/Makefile
config.status: creating examples/Makefile
config.status: creating examples/bp/Makefile
config.status: creating examples/application1/Makefile
config.status: creating examples/application2/Makefile
config.status: creating examples/application3/Makefile
config.status: creating examples/application4/Makefile
config.status: creating examples/application5/Makefile
config.status: creating examples/application6/Makefile
config.status: creating examples/application7/Makefile
config.status: creating examples/application8/Makefile
config.status: creating examples/application9/Makefile
config.status: creating examples/application10/Makefile
config.status: creating tests/Makefile
config.status: creating tests/visuals/Makefile
config.status: creating testsuite/Makefile
config.status: creating testsuite/a11y/Makefile
config.status: creating testsuite/a11y/state/Makefile
config.status: creating testsuite/css/Makefile
config.status: creating testsuite/css/parser/Makefile
config.status: creating testsuite/css/nodes/Makefile
config.status: creating testsuite/css/style/Makefile
config.status: creating testsuite/gdk/Makefile
config.status: creating testsuite/gtk/Makefile
config.status: creating testsuite/reftests/Makefile
config.status: creating testsuite/tools/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/gdk/Makefile
config.status: creating docs/reference/gdk/version.xml
config.status: creating docs/reference/gtk/Makefile
config.status: creating docs/reference/gtk/gtk3.types
config.status: creating docs/reference/gtk/version.xml
config.status: creating docs/reference/libgail-util/Makefile
config.status: creating docs/reference/libgail-util/version.xml
config.status: creating docs/tools/Makefile
config.status: creating build/Makefile
config.status: creating build/win32/Makefile
config.status: creating build/win32/vs9/Makefile
config.status: creating build/win32/vs9/gtk3-version-paths.vsprops
config.status: creating build/win32/vs10/Makefile
config.status: creating build/win32/vs10/gtk3-version-paths.props
config.status: creating build/win32/vs11/Makefile
config.status: creating build/win32/vs12/Makefile
config.status: creating build/win32/vs14/Makefile
config.status: creating build/win32/vs15/Makefile
config.status: creating gdk/Makefile
config.status: creating gdk/broadway/Makefile
config.status: creating gdk/x11/Makefile
config.status: creating gdk/win32/Makefile
config.status: creating gdk/win32/rc/Makefile
config.status: creating gdk/win32/rc/gdk.rc
config.status: creating gdk/quartz/Makefile
config.status: creating gdk/wayland/Makefile
config.status: creating gdk/mir/Makefile
config.status: creating gdk/gdkversionmacros.h
config.status: creating gtk/Makefile
config.status: creating gtk/makefile.msc
config.status: creating gtk/gtkversion.h
config.status: creating gtk/gtk-win32.rc.body
config.status: creating gtk/libgtk3.manifest
config.status: creating libgail-util/Makefile
config.status: creating modules/Makefile
config.status: creating modules/input/Makefile
config.status: creating modules/printbackends/Makefile
config.status: creating modules/printbackends/cups/Makefile
config.status: creating modules/printbackends/cloudprint/Makefile
config.status: creating modules/printbackends/lpr/Makefile
config.status: creating modules/printbackends/file/Makefile
config.status: creating modules/printbackends/papi/Makefile
config.status: creating modules/printbackends/test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: creating po-properties/POTFILES
config.status: creating po-properties/Makefile
config.status: executing libtool commands
config.status: executing gdk/gdkconfig.h commands

        GTK+ 3.22.11
        ===========

        GDK backends:         x11
        X11 extensions:       XKB Xinerama XI2.2
        Print backends:       file lpr cups test
        Dynamic modules:      yes
        Included immodules:   none
        colord support:       no
        Introspection:        no (disabled, use --enable-introspection to enable)
        Debugging:            minimum
        Documentation:        no
touch debian/stamp-autotools/shared_udeb
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C debian/build/shared 
make[1]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared'
/usr/bin/make  all-recursive
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared'
Making all in po
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/po'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/po'
Making all in po-properties
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/po-properties'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/po-properties'
Making all in gdk
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
Failed to open file './gdk.gresource.xml': No such file or directory
echo "<?xml version='1.0' encoding='UTF-8'?>" > gdk.gresource.xml; \
echo "<gresources>" >> gdk.gresource.xml; \
echo "  <gresource prefix='/org/gtk/libgdk'>" >> gdk.gresource.xml; \
for f in /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gles2-texture.fs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl2-texture-2d.fs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl2-texture-2d.vs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl2-texture-rect.fs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gles2-texture.vs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl3-texture-rect.fs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl2-texture-rect.vs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl3-texture-2d.vs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl3-texture-2d.fs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl3-texture-rect.vs.glsl; do \
  n=`basename $f`; \
  echo "    <file alias='glsl/$n'>resources/glsl/$n</file>" >> gdk.gresource.xml; \
done; \
echo "  </gresource>" >> gdk.gresource.xml; \
echo "</gresources>" >> gdk.gresource.xml;
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-resources gdk.gresource.xml --target=gdkresources.h \
	--sourcedir=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk --c-name _gdk --generate-header --manual-register
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-resources gdk.gresource.xml --target=gdkresources.c \
	--sourcedir=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk --c-name _gdk --generate-source --manual-register
cd .. && /bin/bash ./config.status gdk/gdkconfig.h \
&& echo timestamp > gdk/stamp-gc-h
config.status: executing gdk/gdkconfig.h commands
config.status: gdk/gdkconfig.h is unchanged
if test -f gdkconfig.h; then :; \
else rm -f stamp-gc-h; /usr/bin/make stamp-gc-h; fi
/usr/bin/make  all-recursive
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
Making all in broadway
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/broadway'
/usr/bin/make  all-am
make[6]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/broadway'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkcursor-broadway.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkcursor-broadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkcursor-broadway.c  -fPIC -DPIC -o .libs/gdkcursor-broadway.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdevice-broadway.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkdevice-broadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkdevice-broadway.c  -fPIC -DPIC -o .libs/gdkdevice-broadway.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdevicemanager-broadway.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkdevicemanager-broadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkdevicemanager-broadway.c  -fPIC -DPIC -o .libs/gdkdevicemanager-broadway.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdisplay-broadway.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkdisplay-broadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkdisplay-broadway.c  -fPIC -DPIC -o .libs/gdkdisplay-broadway.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdnd-broadway.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkdnd-broadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkdnd-broadway.c  -fPIC -DPIC -o .libs/gdkdnd-broadway.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkeventsource.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkeventsource.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkeventsource.c  -fPIC -DPIC -o .libs/gdkeventsource.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkglobals-broadway.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkglobals-broadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkglobals-broadway.c  -fPIC -DPIC -o .libs/gdkglobals-broadway.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkkeys-broadway.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkkeys-broadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkkeys-broadway.c  -fPIC -DPIC -o .libs/gdkkeys-broadway.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkmonitor-broadway.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkmonitor-broadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkmonitor-broadway.c  -fPIC -DPIC -o .libs/gdkmonitor-broadway.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkproperty-broadway.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkproperty-broadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkproperty-broadway.c  -fPIC -DPIC -o .libs/gdkproperty-broadway.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkscreen-broadway.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c  -fPIC -DPIC -o .libs/gdkscreen-broadway.o
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c: In function ���gdk_broadway_screen_get_width_mm���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:68:3: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
   return gdk_screen_get_width (screen) * 25.4 / 96;
   ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreenprivate.h:21:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.h:25,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:24:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c: In function ���gdk_broadway_screen_get_height_mm���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:74:3: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
   return gdk_screen_get_height (screen) * 25.4 / 96;
   ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreenprivate.h:21:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.h:25,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:24:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c: In function ���_gdk_broadway_screen_size_changed���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:98:3: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
   width = gdk_screen_get_width (screen);
   ^~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreenprivate.h:21:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.h:25,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:24:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:99:3: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
   height = gdk_screen_get_height (screen);
   ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreenprivate.h:21:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.h:25,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:24:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:104:3: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
   if (width == gdk_screen_get_width (screen) &&
   ^~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreenprivate.h:21:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.h:25,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:24:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:105:7: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
       height == gdk_screen_get_height (screen))
       ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreenprivate.h:21:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.h:25,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:24:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:122:5: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
     gdk_screen_get_width (screen),
     ^~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreenprivate.h:21:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.h:25,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:24:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:123:5: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
     gdk_screen_get_height (screen));
     ^~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreenprivate.h:21:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.h:25,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.c:24:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkselection-broadway.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkselection-broadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkselection-broadway.c  -fPIC -DPIC -o .libs/gdkselection-broadway.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdktestutils-broadway.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdktestutils-broadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdktestutils-broadway.c  -fPIC -DPIC -o .libs/gdktestutils-broadway.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkvisual-broadway.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkvisual-broadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkvisual-broadway.c  -fPIC -DPIC -o .libs/gdkvisual-broadway.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkwindow-broadway.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkwindow-broadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkwindow-broadway.c  -fPIC -DPIC -o .libs/gdkwindow-broadway.o
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkwindow-broadway.c: In function ���_gdk_broadway_screen_init_root_window���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkwindow-broadway.c:234:3: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
   window->width = gdk_screen_get_width (screen);
   ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreenprivate.h:21:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.h:25,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkwindow-broadway.c:29:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkwindow-broadway.c:235:3: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
   window->height = gdk_screen_get_height (screen);
   ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreenprivate.h:21:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.h:25,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkwindow-broadway.c:29:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkwindow-broadway.c: In function ���gdk_broadway_window_maximize���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkwindow-broadway.c:913:6: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
      gdk_screen_get_width (screen),
      ^~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreenprivate.h:21:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.h:25,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkwindow-broadway.c:29:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkwindow-broadway.c:914:6: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
      gdk_screen_get_height (screen));
      ^~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreenprivate.h:21:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkscreen-broadway.h:25,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkwindow-broadway.c:29:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkbroadway-server.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkbroadway-server.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkbroadway-server.c  -fPIC -DPIC -o .libs/gdkbroadway-server.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o libgdk-broadway.la   gdkcursor-broadway.lo gdkdevice-broadway.lo gdkdevicemanager-broadway.lo gdkdisplay-broadway.lo gdkdnd-broadway.lo gdkeventsource.lo gdkglobals-broadway.lo gdkkeys-broadway.lo gdkmonitor-broadway.lo gdkproperty-broadway.lo gdkscreen-broadway.lo gdkselection-broadway.lo gdktestutils-broadway.lo gdkvisual-broadway.lo gdkwindow-broadway.lo gdkbroadway-server.lo -lrt  -lm  
libtool: link: ar cru .libs/libgdk-broadway.a .libs/gdkcursor-broadway.o .libs/gdkdevice-broadway.o .libs/gdkdevicemanager-broadway.o .libs/gdkdisplay-broadway.o .libs/gdkdnd-broadway.o .libs/gdkeventsource.o .libs/gdkglobals-broadway.o .libs/gdkkeys-broadway.o .libs/gdkmonitor-broadway.o .libs/gdkproperty-broadway.o .libs/gdkscreen-broadway.o .libs/gdkselection-broadway.o .libs/gdktestutils-broadway.o .libs/gdkvisual-broadway.o .libs/gdkwindow-broadway.o .libs/gdkbroadway-server.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgdk-broadway.a
libtool: link: ( cd ".libs" && rm -f "libgdk-broadway.la" && ln -s "../libgdk-broadway.la" "libgdk-broadway.la" )
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o broadwayd.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/broadwayd.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o broadway-server.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/broadway-server.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o broadway-buffer.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/broadway-buffer.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o broadway-output.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/broadway-output.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o broadwayd broadwayd.o broadway-server.o broadway-buffer.o broadway-output.o -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lrt -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o broadwayd broadwayd.o broadway-server.o broadway-buffer.o broadway-output.o  -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lrt -lm
make[6]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/broadway'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/broadway'
Making all in wayland
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/wayland'
/usr/bin/wayland-scanner client-header < /usr/share/wayland-protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml > pointer-gestures-unstable-v1-client-protocol.h
/usr/bin/wayland-scanner code < /usr/share/wayland-protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml > pointer-gestures-unstable-v1-protocol.c
/bin/sed -i -e 's/WL_EXPORT //' pointer-gestures-unstable-v1-protocol.c
/usr/bin/wayland-scanner client-header < /usr/share/wayland-protocols/unstable/xdg-shell/xdg-shell-unstable-v6.xml > xdg-shell-unstable-v6-client-protocol.h
/usr/bin/wayland-scanner code < /usr/share/wayland-protocols/unstable/xdg-shell/xdg-shell-unstable-v6.xml > xdg-shell-unstable-v6-protocol.c
/bin/sed -i -e 's/WL_EXPORT //' xdg-shell-unstable-v6-protocol.c
/usr/bin/wayland-scanner client-header < /usr/share/wayland-protocols/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml > xdg-foreign-unstable-v1-client-protocol.h
/usr/bin/wayland-scanner code < /usr/share/wayland-protocols/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml > xdg-foreign-unstable-v1-protocol.c
/bin/sed -i -e 's/WL_EXPORT //' xdg-foreign-unstable-v1-protocol.c
/usr/bin/wayland-scanner client-header < /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/protocol/gtk-primary-selection.xml > gtk-primary-selection-client-protocol.h
/usr/bin/wayland-scanner code < /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/protocol/gtk-primary-selection.xml > gtk-primary-selection-protocol.c
/bin/sed -i -e 's/WL_EXPORT //' gtk-primary-selection-protocol.c
/usr/bin/wayland-scanner client-header < /usr/share/wayland-protocols/unstable/tablet/tablet-unstable-v2.xml > tablet-unstable-v2-client-protocol.h
/usr/bin/wayland-scanner code < /usr/share/wayland-protocols/unstable/tablet/tablet-unstable-v2.xml > tablet-unstable-v2-protocol.c
/bin/sed -i -e 's/WL_EXPORT //' tablet-unstable-v2-protocol.c
/usr/bin/wayland-scanner client-header < /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/protocol/gtk-shell.xml > gtk-shell-client-protocol.h
/usr/bin/wayland-scanner code < /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/protocol/gtk-shell.xml > gtk-shell-protocol.c
/bin/sed -i -e 's/WL_EXPORT //' gtk-shell-protocol.c
/usr/bin/make  all-am
make[6]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/wayland'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkapplaunchcontext-wayland.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkapplaunchcontext-wayland.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkapplaunchcontext-wayland.c  -fPIC -DPIC -o .libs/gdkapplaunchcontext-wayland.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkcursor-wayland.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkcursor-wayland.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkcursor-wayland.c  -fPIC -DPIC -o .libs/gdkcursor-wayland.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdevice-wayland.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkdevice-wayland.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkdevice-wayland.c  -fPIC -DPIC -o .libs/gdkdevice-wayland.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdisplay-wayland.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkdisplay-wayland.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkdisplay-wayland.c  -fPIC -DPIC -o .libs/gdkdisplay-wayland.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdnd-wayland.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkdnd-wayland.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkdnd-wayland.c  -fPIC -DPIC -o .libs/gdkdnd-wayland.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkeventsource.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkeventsource.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkeventsource.c  -fPIC -DPIC -o .libs/gdkeventsource.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkkeys-wayland.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkkeys-wayland.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkkeys-wayland.c  -fPIC -DPIC -o .libs/gdkkeys-wayland.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkglcontext-wayland.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkglcontext-wayland.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkglcontext-wayland.c  -fPIC -DPIC -o .libs/gdkglcontext-wayland.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkmonitor-wayland.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkmonitor-wayland.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkmonitor-wayland.c  -fPIC -DPIC -o .libs/gdkmonitor-wayland.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkscreen-wayland.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkscreen-wayland.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkscreen-wayland.c  -fPIC -DPIC -o .libs/gdkscreen-wayland.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkselection-wayland.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkselection-wayland.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkselection-wayland.c  -fPIC -DPIC -o .libs/gdkselection-wayland.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkwindow-wayland.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkwindow-wayland.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkwindow-wayland.c  -fPIC -DPIC -o .libs/gdkwindow-wayland.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o wm-button-layout-translation.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/wm-button-layout-translation.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/wm-button-layout-translation.c  -fPIC -DPIC -o .libs/wm-button-layout-translation.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o pointer-gestures-unstable-v1-protocol.lo pointer-gestures-unstable-v1-protocol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c pointer-gestures-unstable-v1-protocol.c  -fPIC -DPIC -o .libs/pointer-gestures-unstable-v1-protocol.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o xdg-shell-unstable-v6-protocol.lo xdg-shell-unstable-v6-protocol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c xdg-shell-unstable-v6-protocol.c  -fPIC -DPIC -o .libs/xdg-shell-unstable-v6-protocol.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o xdg-foreign-unstable-v1-protocol.lo xdg-foreign-unstable-v1-protocol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c xdg-foreign-unstable-v1-protocol.c  -fPIC -DPIC -o .libs/xdg-foreign-unstable-v1-protocol.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtk-primary-selection-protocol.lo gtk-primary-selection-protocol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c gtk-primary-selection-protocol.c  -fPIC -DPIC -o .libs/gtk-primary-selection-protocol.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o tablet-unstable-v2-protocol.lo tablet-unstable-v2-protocol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c tablet-unstable-v2-protocol.c  -fPIC -DPIC -o .libs/tablet-unstable-v2-protocol.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtk-shell-protocol.lo gtk-shell-protocol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c gtk-shell-protocol.c  -fPIC -DPIC -o .libs/gtk-shell-protocol.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o libgdk-wayland.la  gdkapplaunchcontext-wayland.lo gdkcursor-wayland.lo gdkdevice-wayland.lo gdkdisplay-wayland.lo gdkdnd-wayland.lo gdkeventsource.lo gdkkeys-wayland.lo gdkglcontext-wayland.lo gdkmonitor-wayland.lo gdkscreen-wayland.lo gdkselection-wayland.lo gdkwindow-wayland.lo wm-button-layout-translation.lo pointer-gestures-unstable-v1-protocol.lo xdg-shell-unstable-v6-protocol.lo xdg-foreign-unstable-v1-protocol.lo gtk-primary-selection-protocol.lo tablet-unstable-v2-protocol.lo gtk-shell-protocol.lo  -lm  
libtool: link: ar cru .libs/libgdk-wayland.a .libs/gdkapplaunchcontext-wayland.o .libs/gdkcursor-wayland.o .libs/gdkdevice-wayland.o .libs/gdkdisplay-wayland.o .libs/gdkdnd-wayland.o .libs/gdkeventsource.o .libs/gdkkeys-wayland.o .libs/gdkglcontext-wayland.o .libs/gdkmonitor-wayland.o .libs/gdkscreen-wayland.o .libs/gdkselection-wayland.o .libs/gdkwindow-wayland.o .libs/wm-button-layout-translation.o .libs/pointer-gestures-unstable-v1-protocol.o .libs/xdg-shell-unstable-v6-protocol.o .libs/xdg-foreign-unstable-v1-protocol.o .libs/gtk-primary-selection-protocol.o .libs/tablet-unstable-v2-protocol.o .libs/gtk-shell-protocol.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgdk-wayland.a
libtool: link: ( cd ".libs" && rm -f "libgdk-wayland.la" && ln -s "../libgdk-wayland.la" "libgdk-wayland.la" )
make[6]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/wayland'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/wayland'
Making all in .
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkcolor.lo `test -f 'deprecated/gdkcolor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`deprecated/gdkcolor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/deprecated/gdkcolor.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkcolor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdk-private.lo `test -f 'gdk-private.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdk-private.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk-private.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdk-private.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdk.lo `test -f 'gdk.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdk.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdk.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkapplaunchcontext.lo `test -f 'gdkapplaunchcontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkapplaunchcontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkapplaunchcontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkcairo.lo `test -f 'gdkcairo.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkcairo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkcairo.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkcairo.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkcursor.lo `test -f 'gdkcursor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkcursor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkcursor.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkcursor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdeprecated.lo `test -f 'gdkdeprecated.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdeprecated.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdeprecated.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdeprecated.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdevice.lo `test -f 'gdkdevice.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdevice.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevice.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdevice.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdevicepad.lo `test -f 'gdkdevicepad.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdevicepad.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicepad.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdevicepad.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdevicetool.lo `test -f 'gdkdevicetool.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdevicetool.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicetool.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdevicetool.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdevicemanager.lo `test -f 'gdkdevicemanager.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdevicemanager.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicemanager.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdevicemanager.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdisplay.lo `test -f 'gdkdisplay.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdisplay.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdisplay.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdisplaymanager.lo `test -f 'gdkdisplaymanager.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdisplaymanager.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplaymanager.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdisplaymanager.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdnd.lo `test -f 'gdkdnd.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdnd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdnd.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdnd.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdrawingcontext.lo `test -f 'gdkdrawingcontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdrawingcontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdrawingcontext.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdrawingcontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkevents.lo `test -f 'gdkevents.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkevents.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkevents.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkevents.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkframetimings.lo `test -f 'gdkframetimings.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkframetimings.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframetimings.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkframetimings.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkgl.lo `test -f 'gdkgl.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkgl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkgl.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkgl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkglcontext.lo `test -f 'gdkglcontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkglcontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkglcontext.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkglcontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkglobals.lo `test -f 'gdkglobals.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkglobals.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkglobals.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkglobals.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkkeys.lo `test -f 'gdkkeys.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkkeys.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkkeys.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkkeys.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkkeyuni.lo `test -f 'gdkkeyuni.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkkeyuni.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkkeyuni.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkkeyuni.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkmonitor.lo `test -f 'gdkmonitor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkmonitor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmonitor.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkmonitor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkoffscreenwindow.lo `test -f 'gdkoffscreenwindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkoffscreenwindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkoffscreenwindow.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkoffscreenwindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkframeclock.lo `test -f 'gdkframeclock.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkframeclock.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframeclock.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkframeclock.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkframeclockidle.lo `test -f 'gdkframeclockidle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkframeclockidle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframeclockidle.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkframeclockidle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkpango.lo `test -f 'gdkpango.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkpango.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkpango.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkpango.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkpixbuf-drawable.lo `test -f 'gdkpixbuf-drawable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkpixbuf-drawable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkpixbuf-drawable.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkpixbuf-drawable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkproperty.lo `test -f 'gdkproperty.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkproperty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkproperty.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkproperty.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkrectangle.lo `test -f 'gdkrectangle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkrectangle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkrectangle.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkrectangle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkrgba.lo `test -f 'gdkrgba.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkrgba.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkrgba.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkrgba.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkscreen.lo `test -f 'gdkscreen.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkscreen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkscreen.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkseat.lo `test -f 'gdkseat.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkseat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkseat.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkseatdefault.lo `test -f 'gdkseatdefault.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkseatdefault.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseatdefault.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkseatdefault.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkselection.lo `test -f 'gdkselection.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkselection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkselection.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkselection.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkvisual.lo `test -f 'gdkvisual.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkvisual.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkvisual.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkwindow.lo `test -f 'gdkwindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkwindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkwindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkwindowimpl.lo `test -f 'gdkwindowimpl.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkwindowimpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindowimpl.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkwindowimpl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkenumtypes.lo `test -f 'gdkenumtypes.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkenumtypes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkenumtypes.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkenumtypes.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkmarshalers.lo `test -f 'gdkmarshalers.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkmarshalers.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmarshalers.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkmarshalers.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkresources.lo `test -f 'gdkresources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkresources.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c gdkresources.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkresources.o
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-Bsymbolic-functions -version-info 2200:11:2200 -export-dynamic -rpath /usr/lib/arm-linux-gnueabihf   -Wl,-z,relro -Wl,-O1 -o libgdk-3.la -rpath /usr/lib/arm-linux-gnueabihf  libgdk_3_la-gdkcolor.lo libgdk_3_la-gdk-private.lo libgdk_3_la-gdk.lo libgdk_3_la-gdkapplaunchcontext.lo libgdk_3_la-gdkcairo.lo libgdk_3_la-gdkcursor.lo libgdk_3_la-gdkdeprecated.lo libgdk_3_la-gdkdevice.lo libgdk_3_la-gdkdevicepad.lo libgdk_3_la-gdkdevicetool.lo libgdk_3_la-gdkdevicemanager.lo libgdk_3_la-gdkdisplay.lo libgdk_3_la-gdkdisplaymanager.lo libgdk_3_la-gdkdnd.lo libgdk_3_la-gdkdrawingcontext.lo libgdk_3_la-gdkevents.lo libgdk_3_la-gdkframetimings.lo libgdk_3_la-gdkgl.lo libgdk_3_la-gdkglcontext.lo libgdk_3_la-gdkglobals.lo libgdk_3_la-gdkkeys.lo libgdk_3_la-gdkkeyuni.lo libgdk_3_la-gdkmonitor.lo libgdk_3_la-gdkoffscreenwindow.lo libgdk_3_la-gdkframeclock.lo libgdk_3_la-gdkframeclockidle.lo libgdk_3_la-gdkpango.lo libgdk_3_la-gdkpixbuf-drawable.lo libgdk_3_la-gdkproperty.lo libgdk_3_la-gdkrectangle.lo libgdk_3_la-gdkrgba.lo libgdk_3_la-gdkscreen.lo libgdk_3_la-gdkseat.lo libgdk_3_la-gdkseatdefault.lo libgdk_3_la-gdkselection.lo libgdk_3_la-gdkvisual.lo libgdk_3_la-gdkwindow.lo libgdk_3_la-gdkwindowimpl.lo libgdk_3_la-gdkenumtypes.lo libgdk_3_la-gdkmarshalers.lo libgdk_3_la-gdkresources.lo -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lrt    broadway/libgdk-broadway.la wayland/libgdk-wayland.la  -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgdk_3_la-gdkcolor.o .libs/libgdk_3_la-gdk-private.o .libs/libgdk_3_la-gdk.o .libs/libgdk_3_la-gdkapplaunchcontext.o .libs/libgdk_3_la-gdkcairo.o .libs/libgdk_3_la-gdkcursor.o .libs/libgdk_3_la-gdkdeprecated.o .libs/libgdk_3_la-gdkdevice.o .libs/libgdk_3_la-gdkdevicepad.o .libs/libgdk_3_la-gdkdevicetool.o .libs/libgdk_3_la-gdkdevicemanager.o .libs/libgdk_3_la-gdkdisplay.o .libs/libgdk_3_la-gdkdisplaymanager.o .libs/libgdk_3_la-gdkdnd.o .libs/libgdk_3_la-gdkdrawingcontext.o .libs/libgdk_3_la-gdkevents.o .libs/libgdk_3_la-gdkframetimings.o .libs/libgdk_3_la-gdkgl.o .libs/libgdk_3_la-gdkglcontext.o .libs/libgdk_3_la-gdkglobals.o .libs/libgdk_3_la-gdkkeys.o .libs/libgdk_3_la-gdkkeyuni.o .libs/libgdk_3_la-gdkmonitor.o .libs/libgdk_3_la-gdkoffscreenwindow.o .libs/libgdk_3_la-gdkframeclock.o .libs/libgdk_3_la-gdkframeclockidle.o .libs/libgdk_3_la-gdkpango.o .libs/libgdk_3_la-gdkpixbuf-drawable.o .libs/libgdk_3_la-gdkproperty.o .libs/libgdk_3_la-gdkrectangle.o .libs/libgdk_3_la-gdkrgba.o .libs/libgdk_3_la-gdkscreen.o .libs/libgdk_3_la-gdkseat.o .libs/libgdk_3_la-gdkseatdefault.o .libs/libgdk_3_la-gdkselection.o .libs/libgdk_3_la-gdkvisual.o .libs/libgdk_3_la-gdkwindow.o .libs/libgdk_3_la-gdkwindowimpl.o .libs/libgdk_3_la-gdkenumtypes.o .libs/libgdk_3_la-gdkmarshalers.o .libs/libgdk_3_la-gdkresources.o  -Wl,--whole-archive broadway/.libs/libgdk-broadway.a wayland/.libs/libgdk-wayland.a -Wl,--no-whole-archive  -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lrt -lm  -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-O1   -Wl,-soname -Wl,libgdk-3.so.0 -o .libs/libgdk-3.so.0.2200.11
libtool: link: (cd ".libs" && rm -f "libgdk-3.so.0" && ln -s "libgdk-3.so.0.2200.11" "libgdk-3.so.0")
libtool: link: (cd ".libs" && rm -f "libgdk-3.so" && ln -s "libgdk-3.so.0.2200.11" "libgdk-3.so")
libtool: link: ( cd ".libs" && rm -f "libgdk-3.la" && ln -s "../libgdk-3.la" "libgdk-3.la" )
CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" CFLAGS="-g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall" LDFLAGS="-Wl,-z,relro -Wl,-O1" CC="gcc" PKG_CONFIG="/usr/bin/pkg-config" DLLTOOL="false" CC="gcc" /usr/bin/g-ir-scanner  --add-include-path=../gdk --warn-all --namespace=Gdk --nsversion=3.0 --libtool="/bin/bash ../libtool"  --include=Gio-2.0 --include=GdkPixbuf-2.0 --include=Pango-1.0 --include=cairo-1.0 --pkg-export=gdk-3.0  --library=libgdk-3.la --c-include="gdk/gdk.h" --cflags-begin -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16   --cflags-end  /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk-autocleanup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkcairo.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkcursor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevice.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicepad.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicetool.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicemanager.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplaymanager.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdnd.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdrawingcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkevents.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframetimings.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkglcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkkeys.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkkeysyms.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmain.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmonitor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkpango.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframeclock.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkpixbuf.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkprivate.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkproperty.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkrectangle.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkrgba.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkselection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdktestutils.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkthreads.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdktypes.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/deprecated/gdkcolor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/deprecated/gdkcolor.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk-private.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkcairo.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkcursor.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdeprecated.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevice.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicepad.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicetool.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicemanager.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplaymanager.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdnd.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdrawingcontext.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkevents.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframetimings.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkgl.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkglcontext.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkglobals.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkkeys.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkkeyuni.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmonitor.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkoffscreenwindow.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframeclock.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframeclockidle.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkpango.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkpixbuf-drawable.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkproperty.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkrectangle.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkrgba.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseatdefault.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkselection.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindowimpl.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkenumtypes.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkenumtypes.h libgdk-3.la Makefile --output Gdk-3.0.gir
g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC gcc -o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/tmp-introspectb4shgkrf/Gdk-3.0 -export-dynamic -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,relro -Wl,-O1 tmp-introspectb4shgkrf/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/tmp-introspectb4shgkrf/Gdk-3.0.o -L. libgdk-3.la -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0
libtool: link: gcc -o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/tmp-introspectb4shgkrf/.libs/Gdk-3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 tmp-introspectb4shgkrf/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/tmp-introspectb4shgkrf/Gdk-3.0.o -Wl,--export-dynamic -pthread -Wl,--export-dynamic  -L. ./.libs/libgdk-3.so -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread
/usr/bin/g-ir-compiler --includedir=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk --includedir=. --includedir=. Gdk-3.0.gir -o Gdk-3.0.typelib
if test -f gdkconfig.h; then :; \
else rm -f stamp-gc-h; /usr/bin/make stamp-gc-h; fi
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
Making all in gtk
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk'
Failed to open file './gtk.gresource.xml': No such file or directory
Failed to open file './gtk.gresource.xml': No such file or directory
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-resources /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.gresource.xml \
	--target=gtkresources.h --sourcedir=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk --c-name _gtk --generate-header --manual-register
glib-genmarshal --prefix=_gtk_marshal /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmarshalers.list --header --valist-marshallers >> xgen-gmlh \
&& (cmp -s xgen-gmlh gtkmarshalers.h || cp xgen-gmlh gtkmarshalers.h) \
&& rm -f xgen-gmlh \
&& echo timestamp > stamp-gtkmarshalers.h
( cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk && glib-mkenums --template gtkprivatetypebuiltins.h.template \
	gtkcsstypesprivate.h gtktexthandleprivate.h ) > xgen-gptbh \
&& (cmp -s xgen-gptbh gtkprivatetypebuiltins.h || cp xgen-gptbh gtkprivatetypebuiltins.h ) \
&& rm -f xgen-gptbh \
&& echo timestamp > stamp-gtkprivatetypebuiltins.h
( cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk && glib-mkenums --template gtktypebuiltins.h.template \
	gtk.h gtk-autocleanups.h gtkx.h gtkx-autocleanups.h gtk-a11y.h gtkaboutdialog.h gtkaccelgroup.h gtkaccellabel.h gtkaccelmap.h gtkaccessible.h gtkactionable.h gtkactionbar.h gtkadjustment.h gtkappchooser.h gtkappchooserbutton.h gtkappchooserdialog.h gtkappchooserwidget.h gtkapplication.h gtkapplicationwindow.h gtkaspectframe.h gtkassistant.h gtkbbox.h gtkbin.h gtkbindings.h gtkborder.h gtkbox.h gtkbuilder.h gtkbuildable.h gtkbutton.h gtkcalendar.h gtkcellarea.h gtkcellareacontext.h gtkcellareabox.h gtkcelleditable.h gtkcelllayout.h gtkcellrenderer.h gtkcellrendereraccel.h gtkcellrenderercombo.h gtkcellrendererpixbuf.h gtkcellrendererprogress.h gtkcellrendererspin.h gtkcellrendererspinner.h gtkcellrenderertext.h gtkcellrenderertoggle.h gtkcellview.h gtkcheckbutton.h gtkcheckmenuitem.h gtkclipboard.h gtkcolorbutton.h gtkcolorchooser.h gtkcolorchooserwidget.h gtkcolorchooserdialog.h gtkcolorutils.h gtkcombobox.h gtkcomboboxtext.h gtkcontainer.h gtkcssprovider.h gtkcsssection.h gtkdebug.h gtkdialog.h gtkdnd.h gtkdragdest.h gtkdragsource.h gtkdrawingarea.h gtkeditable.h gtkentry.h gtkentrybuffer.h gtkentrycompletion.h gtkenums.h gtkeventbox.h gtkeventcontroller.h gtkexpander.h gtkfilechooser.h gtkfilechooserbutton.h gtkfilechooserdialog.h gtkfilechoosernative.h gtkfilechooserwidget.h gtkfilefilter.h gtkfixed.h gtkflowbox.h gtkfontbutton.h gtkfontchooser.h gtkfontchooserdialog.h gtkfontchooserwidget.h gtkframe.h gtkgesture.h gtkgesturedrag.h gtkgesturelongpress.h gtkgesturemultipress.h gtkgesturepan.h gtkgesturerotate.h gtkgesturesingle.h gtkgestureswipe.h gtkgesturezoom.h gtkglarea.h gtkgrid.h gtkheaderbar.h gtkicontheme.h gtkiconview.h gtkimage.h gtkimcontext.h gtkimcontextinfo.h gtkimcontextsimple.h gtkimmodule.h gtkimmulticontext.h gtkinfobar.h gtkinvisible.h gtklabel.h gtklayout.h gtklevelbar.h gtklinkbutton.h gtklistbox.h gtkliststore.h gtklockbutton.h gtkmain.h gtkmenu.h gtkmenubar.h gtkmenubutton.h gtkmenuitem.h gtkmenushell.h gtkmenutoolbutton.h gtkmessagedialog.h gtkmodelbutton.h gtkmodules.h gtkmountoperation.h gtknativedialog.h gtknotebook.h gtkoffscreenwindow.h gtkorientable.h gtkoverlay.h gtkpadcontroller.h gtkpagesetup.h gtkpaned.h gtkpapersize.h gtkplacessidebar.h gtkplug.h gtkpopover.h gtkpopovermenu.h gtkprintcontext.h gtkprintoperation.h gtkprintoperationpreview.h gtkprintsettings.h gtkprogressbar.h gtkradiobutton.h gtkradiomenuitem.h gtkradiotoolbutton.h gtkrange.h gtkrecentchooser.h gtkrecentchooserdialog.h gtkrecentchoosermenu.h gtkrecentchooserwidget.h gtkrecentfilter.h gtkrecentmanager.h gtkrender.h gtkrevealer.h gtkscale.h gtkscalebutton.h gtkscrollable.h gtkscrollbar.h gtkscrolledwindow.h gtksearchbar.h gtksearchentry.h gtkselection.h gtkseparator.h gtkseparatormenuitem.h gtkseparatortoolitem.h gtksettings.h gtkshortcutlabel.h gtkshortcutsgroup.h gtkshortcutssection.h gtkshortcutsshortcut.h gtkshortcutswindow.h gtkshow.h gtkstacksidebar.h gtksizegroup.h gtksizerequest.h gtksocket.h gtkspinbutton.h gtkspinner.h gtkstack.h gtkstackswitcher.h gtkstatusbar.h gtkstylecontext.h gtkstyleprovider.h gtkswitch.h gtktestutils.h gtktextattributes.h gtktextbuffer.h gtktextbufferrichtext.h gtktextchild.h gtktextdisplay.h gtktextiter.h gtktextmark.h gtktexttag.h gtktexttagtable.h gtktextview.h gtktogglebutton.h gtktoggletoolbutton.h gtktoolbar.h gtktoolbutton.h gtktoolitem.h gtktoolitemgroup.h gtktoolpalette.h gtktoolshell.h gtktooltip.h gtktreednd.h gtktreemodel.h gtktreemodelfilter.h gtktreemodelsort.h gtktreeselection.h gtktreesortable.h gtktreestore.h gtktreeview.h gtktreeviewcolumn.h gtktypes.h gtkviewport.h gtkvolumebutton.h gtkwidget.h gtkwidgetpath.h gtkwindow.h gtkwindowgroup.h a11y/gtk-a11y-autocleanups.h a11y/gtkarrowaccessible.h a11y/gtkbooleancellaccessible.h a11y/gtkbuttonaccessible.h a11y/gtkcellaccessible.h a11y/gtkcellaccessibleparent.h a11y/gtkcheckmenuitemaccessible.h a11y/gtkcomboboxaccessible.h a11y/gtkcontaineraccessible.h a11y/gtkcontainercellaccessible.h a11y/gtkentryaccessible.h a11y/gtkexpanderaccessible.h a11y/gtkflowboxaccessible.h a11y/gtkflowboxchildaccessible.h a11y/gtkframeaccessible.h a11y/gtkiconviewaccessible.h a11y/gtkimageaccessible.h a11y/gtkimagecellaccessible.h a11y/gtklabelaccessible.h a11y/gtklevelbaraccessible.h a11y/gtklinkbuttonaccessible.h a11y/gtklistboxaccessible.h a11y/gtklistboxrowaccessible.h a11y/gtklockbuttonaccessible.h a11y/gtkmenuaccessible.h a11y/gtkmenubuttonaccessible.h a11y/gtkmenuitemaccessible.h a11y/gtkmenushellaccessible.h a11y/gtknotebookaccessible.h a11y/gtknotebookpageaccessible.h a11y/gtkpanedaccessible.h a11y/gtkpopoveraccessible.h a11y/gtkprogressbaraccessible.h a11y/gtkradiobuttonaccessible.h a11y/gtkradiomenuitemaccessible.h a11y/gtkrangeaccessible.h a11y/gtkrenderercellaccessible.h a11y/gtkscaleaccessible.h a11y/gtkscalebuttonaccessible.h a11y/gtkscrolledwindowaccessible.h a11y/gtkspinbuttonaccessible.h a11y/gtkspinneraccessible.h a11y/gtkstatusbaraccessible.h a11y/gtkstackaccessible.h a11y/gtkswitchaccessible.h a11y/gtktextcellaccessible.h a11y/gtktextviewaccessible.h a11y/gtktogglebuttonaccessible.h a11y/gtktoplevelaccessible.h a11y/gtktreeviewaccessible.h a11y/gtkwidgetaccessible.h a11y/gtkwindowaccessible.h deprecated/gtkactivatable.h deprecated/gtkaction.h deprecated/gtkactiongroup.h deprecated/gtkalignment.h deprecated/gtkarrow.h deprecated/gtkcolorsel.h deprecated/gtkcolorseldialog.h deprecated/gtkfontsel.h deprecated/gtkgradient.h deprecated/gtkhandlebox.h deprecated/gtkhbbox.h deprecated/gtkhbox.h deprecated/gtkhpaned.h deprecated/gtkhscale.h deprecated/gtkhscrollbar.h deprecated/gtkhseparator.h deprecated/gtkhsv.h deprecated/gtkiconfactory.h deprecated/gtkimagemenuitem.h deprecated/gtkmisc.h deprecated/gtknumerableicon.h deprecated/gtkradioaction.h deprecated/gtkrc.h deprecated/gtkrecentaction.h deprecated/gtkstatusicon.h deprecated/gtkstock.h deprecated/gtkstyle.h deprecated/gtkstyleproperties.h deprecated/gtksymboliccolor.h deprecated/gtktable.h deprecated/gtktearoffmenuitem.h deprecated/gtkthemingengine.h deprecated/gtktoggleaction.h deprecated/gtkuimanager.h deprecated/gtkvbbox.h deprecated/gtkvbox.h deprecated/gtkvscale.h deprecated/gtkvscrollbar.h deprecated/gtkvseparator.h deprecated/gtkvpaned.h ) > xgen-gtbh \
&& (cmp -s xgen-gtbh gtktypebuiltins.h || cp xgen-gtbh gtktypebuiltins.h ) \
&& rm -f xgen-gtbh \
&& echo timestamp > stamp-gtktypebuiltins.h
/usr/bin/glib-mkenums: gtktextview.h:59: Failed to parse `  /*< private >*/ '
/usr/bin/glib-mkenums: gtktextview.h:61: Failed to parse `  /*< public >*/ '
(echo '#undef GTK_COMPILATION' && echo '#include <gtk/gtkx.h>') > xgen-gtfsrc.c && \
  echo 'G_GNUC_BEGIN_IGNORE_DEPRECATIONS' > xgen-gtf && \
  gcc -E -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall xgen-gtfsrc.c | \
  /bin/grep -o '\bg[td]k_[a-zA-Z0-9_]*_get_type\b' | \
  sort | uniq | \
  /bin/sed '{ s/^/*tp++ = /; s/$/();/; s/^.*\(gdk_x11\|gtk_plug_\|gtk_socket_\).*$/#ifdef GDK_WINDOWING_X11\n&\n#endif/; }' >> xgen-gtf \
&& cp xgen-gtf gtktypefuncs.c && rm -f xgen-gtf
gdbus-codegen \
--interface-prefix org.Gtk. \
--c-namespace _Gtk \
--generate-c-code gtkdbusgenerated \
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdbusinterfaces.xml
/usr/bin/make  all-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk'
Failed to open file './gtk.gresource.xml': No such file or directory
Failed to open file './gtk.gresource.xml': No such file or directory
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkaccessibility.lo `test -f 'a11y/gtkaccessibility.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkaccessibility.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkaccessibility.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkaccessibility.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkaccessibilitymisc.lo `test -f 'a11y/gtkaccessibilitymisc.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkaccessibilitymisc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkaccessibilitymisc.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkaccessibilitymisc.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkaccessibilityutil.lo `test -f 'a11y/gtkaccessibilityutil.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkaccessibilityutil.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkaccessibilityutil.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkaccessibilityutil.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkarrowaccessible.lo `test -f 'a11y/gtkarrowaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkarrowaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkarrowaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkarrowaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkbooleancellaccessible.lo `test -f 'a11y/gtkbooleancellaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkbooleancellaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkbooleancellaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkbooleancellaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkbuttonaccessible.lo `test -f 'a11y/gtkbuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkbuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkbuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkbuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkcellaccessible.lo `test -f 'a11y/gtkcellaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkcellaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcellaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkcellaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkcellaccessibleparent.lo `test -f 'a11y/gtkcellaccessibleparent.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkcellaccessibleparent.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcellaccessibleparent.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkcellaccessibleparent.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkcheckmenuitemaccessible.lo `test -f 'a11y/gtkcheckmenuitemaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkcheckmenuitemaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcheckmenuitemaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkcheckmenuitemaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkcolorswatchaccessible.lo `test -f 'a11y/gtkcolorswatchaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkcolorswatchaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcolorswatchaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkcolorswatchaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkcomboboxaccessible.lo `test -f 'a11y/gtkcomboboxaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkcomboboxaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcomboboxaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkcomboboxaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkcontaineraccessible.lo `test -f 'a11y/gtkcontaineraccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkcontaineraccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcontaineraccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkcontaineraccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkcontainercellaccessible.lo `test -f 'a11y/gtkcontainercellaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkcontainercellaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcontainercellaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkcontainercellaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkentryaccessible.lo `test -f 'a11y/gtkentryaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkentryaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkentryaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkentryaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkexpanderaccessible.lo `test -f 'a11y/gtkexpanderaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkexpanderaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkexpanderaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkexpanderaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkflowboxaccessible.lo `test -f 'a11y/gtkflowboxaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkflowboxaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkflowboxaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkflowboxaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkflowboxchildaccessible.lo `test -f 'a11y/gtkflowboxchildaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkflowboxchildaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkflowboxchildaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkflowboxchildaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkframeaccessible.lo `test -f 'a11y/gtkframeaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkframeaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkframeaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkframeaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkiconviewaccessible.lo `test -f 'a11y/gtkiconviewaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkiconviewaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkiconviewaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkiconviewaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkimageaccessible.lo `test -f 'a11y/gtkimageaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkimageaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkimageaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkimageaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkimagecellaccessible.lo `test -f 'a11y/gtkimagecellaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkimagecellaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkimagecellaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkimagecellaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtklabelaccessible.lo `test -f 'a11y/gtklabelaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtklabelaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklabelaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtklabelaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtklevelbaraccessible.lo `test -f 'a11y/gtklevelbaraccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtklevelbaraccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklevelbaraccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtklevelbaraccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtklinkbuttonaccessible.lo `test -f 'a11y/gtklinkbuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtklinkbuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklinkbuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtklinkbuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtklistboxaccessible.lo `test -f 'a11y/gtklistboxaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtklistboxaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklistboxaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtklistboxaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtklistboxrowaccessible.lo `test -f 'a11y/gtklistboxrowaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtklistboxrowaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklistboxrowaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtklistboxrowaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtklockbuttonaccessible.lo `test -f 'a11y/gtklockbuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtklockbuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklockbuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtklockbuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkmenuaccessible.lo `test -f 'a11y/gtkmenuaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkmenuaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenuaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkmenuaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkmenubuttonaccessible.lo `test -f 'a11y/gtkmenubuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkmenubuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenubuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkmenubuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkmenushellaccessible.lo `test -f 'a11y/gtkmenushellaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkmenushellaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenushellaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkmenushellaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkmenuitemaccessible.lo `test -f 'a11y/gtkmenuitemaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkmenuitemaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenuitemaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkmenuitemaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtknotebookaccessible.lo `test -f 'a11y/gtknotebookaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtknotebookaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtknotebookaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtknotebookaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtknotebookpageaccessible.lo `test -f 'a11y/gtknotebookpageaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtknotebookpageaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtknotebookpageaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtknotebookpageaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkpanedaccessible.lo `test -f 'a11y/gtkpanedaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkpanedaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkpanedaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkpanedaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkpopoveraccessible.lo `test -f 'a11y/gtkpopoveraccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkpopoveraccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkpopoveraccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkpopoveraccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkprogressbaraccessible.lo `test -f 'a11y/gtkprogressbaraccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkprogressbaraccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkprogressbaraccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkprogressbaraccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkradiobuttonaccessible.lo `test -f 'a11y/gtkradiobuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkradiobuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkradiobuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkradiobuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkradiomenuitemaccessible.lo `test -f 'a11y/gtkradiomenuitemaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkradiomenuitemaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkradiomenuitemaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkradiomenuitemaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkrangeaccessible.lo `test -f 'a11y/gtkrangeaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkrangeaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkrangeaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkrangeaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkrenderercellaccessible.lo `test -f 'a11y/gtkrenderercellaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkrenderercellaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkrenderercellaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkrenderercellaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkscaleaccessible.lo `test -f 'a11y/gtkscaleaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkscaleaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscaleaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkscaleaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkscalebuttonaccessible.lo `test -f 'a11y/gtkscalebuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkscalebuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscalebuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkscalebuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkscrolledwindowaccessible.lo `test -f 'a11y/gtkscrolledwindowaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkscrolledwindowaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscrolledwindowaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkscrolledwindowaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkspinbuttonaccessible.lo `test -f 'a11y/gtkspinbuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkspinbuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkspinbuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkspinbuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkspinneraccessible.lo `test -f 'a11y/gtkspinneraccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkspinneraccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkspinneraccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkspinneraccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkstatusbaraccessible.lo `test -f 'a11y/gtkstatusbaraccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkstatusbaraccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkstatusbaraccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkstatusbaraccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkstackaccessible.lo `test -f 'a11y/gtkstackaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkstackaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkstackaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkstackaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkswitchaccessible.lo `test -f 'a11y/gtkswitchaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkswitchaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkswitchaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkswitchaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtktextcellaccessible.lo `test -f 'a11y/gtktextcellaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtktextcellaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktextcellaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtktextcellaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtktextviewaccessible.lo `test -f 'a11y/gtktextviewaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtktextviewaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktextviewaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtktextviewaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtktogglebuttonaccessible.lo `test -f 'a11y/gtktogglebuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtktogglebuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktogglebuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtktogglebuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtktoplevelaccessible.lo `test -f 'a11y/gtktoplevelaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtktoplevelaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktoplevelaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtktoplevelaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtktreeviewaccessible.lo `test -f 'a11y/gtktreeviewaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtktreeviewaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktreeviewaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtktreeviewaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkwidgetaccessible.lo `test -f 'a11y/gtkwidgetaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkwidgetaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkwidgetaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkwidgetaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkwindowaccessible.lo `test -f 'a11y/gtkwindowaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkwindowaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkwindowaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkwindowaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkactivatable.lo `test -f 'deprecated/gtkactivatable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkactivatable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkactivatable.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkactivatable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkaction.lo `test -f 'deprecated/gtkaction.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkaction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkaction.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkaction.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkactiongroup.lo `test -f 'deprecated/gtkactiongroup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkactiongroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkactiongroup.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkactiongroup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkalignment.lo `test -f 'deprecated/gtkalignment.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkalignment.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkalignment.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkalignment.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkarrow.lo `test -f 'deprecated/gtkarrow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkarrow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkarrow.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkarrow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkcolorsel.lo `test -f 'deprecated/gtkcolorsel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkcolorsel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkcolorsel.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkcolorsel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkcolorseldialog.lo `test -f 'deprecated/gtkcolorseldialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkcolorseldialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkcolorseldialog.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkcolorseldialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkfontsel.lo `test -f 'deprecated/gtkfontsel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkfontsel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkfontsel.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkfontsel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkgradient.lo `test -f 'deprecated/gtkgradient.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkgradient.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkgradient.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkgradient.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhandlebox.lo `test -f 'deprecated/gtkhandlebox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhandlebox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhandlebox.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhandlebox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhbbox.lo `test -f 'deprecated/gtkhbbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhbbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhbbox.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhbbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhbox.lo `test -f 'deprecated/gtkhbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhbox.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhpaned.lo `test -f 'deprecated/gtkhpaned.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhpaned.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhpaned.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhpaned.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhscale.lo `test -f 'deprecated/gtkhscale.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhscale.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhscale.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhscale.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhscrollbar.lo `test -f 'deprecated/gtkhscrollbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhscrollbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhscrollbar.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhscrollbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhseparator.lo `test -f 'deprecated/gtkhseparator.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhseparator.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhseparator.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhseparator.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhsv.lo `test -f 'deprecated/gtkhsv.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhsv.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhsv.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhsv.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkiconfactory.lo `test -f 'deprecated/gtkiconfactory.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkiconfactory.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkiconfactory.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkiconfactory.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkimagemenuitem.lo `test -f 'deprecated/gtkimagemenuitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkimagemenuitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkimagemenuitem.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkimagemenuitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkmisc.lo `test -f 'deprecated/gtkmisc.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkmisc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkmisc.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkmisc.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtknumerableicon.lo `test -f 'deprecated/gtknumerableicon.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtknumerableicon.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtknumerableicon.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtknumerableicon.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkradioaction.lo `test -f 'deprecated/gtkradioaction.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkradioaction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkradioaction.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkradioaction.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkrc.lo `test -f 'deprecated/gtkrc.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkrc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkrc.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkrc.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkrecentaction.lo `test -f 'deprecated/gtkrecentaction.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkrecentaction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkrecentaction.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkrecentaction.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkstatusicon.lo `test -f 'deprecated/gtkstatusicon.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkstatusicon.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkstatusicon.o
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c: In function ���gtk_status_icon_set_has_tooltip���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c:2449:25: warning: variable ���priv��� set but not used [-Wunused-but-set-variable]
   GtkStatusIconPrivate *priv;
                         ^~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c: In function ���gtk_status_icon_get_has_tooltip���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c:2497:25: warning: variable ���priv��� set but not used [-Wunused-but-set-variable]
   GtkStatusIconPrivate *priv;
                         ^~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c: In function ���gtk_status_icon_set_tooltip_text���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c:2540:25: warning: variable ���priv��� set but not used [-Wunused-but-set-variable]
   GtkStatusIconPrivate *priv;
                         ^~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c: In function ���gtk_status_icon_get_tooltip_text���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c:2595:25: warning: variable ���priv��� set but not used [-Wunused-but-set-variable]
   GtkStatusIconPrivate *priv;
                         ^~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c: In function ���gtk_status_icon_get_tooltip_markup���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c:2685:25: warning: variable ���priv��� set but not used [-Wunused-but-set-variable]
   GtkStatusIconPrivate *priv;
                         ^~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c: In function ���gtk_status_icon_set_title���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c:2762:25: warning: variable ���priv��� set but not used [-Wunused-but-set-variable]
   GtkStatusIconPrivate *priv;
                         ^~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c: In function ���gtk_status_icon_get_title���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c:2799:25: warning: variable ���priv��� set but not used [-Wunused-but-set-variable]
   GtkStatusIconPrivate *priv;
                         ^~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c: In function ���gtk_status_icon_is_embedded���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c:2217:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
At top level:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c:1654:1: warning: ���gtk_status_icon_button_release��� defined but not used [-Wunused-function]
 gtk_status_icon_button_release (GtkStatusIcon  *status_icon,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c:1628:1: warning: ���gtk_status_icon_button_press��� defined but not used [-Wunused-function]
 gtk_status_icon_button_press (GtkStatusIcon  *status_icon,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkstock.lo `test -f 'deprecated/gtkstock.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkstock.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstock.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkstock.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkstyle.lo `test -f 'deprecated/gtkstyle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkstyle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstyle.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkstyle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkstyleproperties.lo `test -f 'deprecated/gtkstyleproperties.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkstyleproperties.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstyleproperties.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkstyleproperties.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtksymboliccolor.lo `test -f 'deprecated/gtksymboliccolor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtksymboliccolor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtksymboliccolor.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtksymboliccolor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtktable.lo `test -f 'deprecated/gtktable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtktable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktable.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtktable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtktearoffmenuitem.lo `test -f 'deprecated/gtktearoffmenuitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtktearoffmenuitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktearoffmenuitem.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtktearoffmenuitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkthemingengine.lo `test -f 'deprecated/gtkthemingengine.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkthemingengine.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkthemingengine.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkthemingengine.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtktoggleaction.lo `test -f 'deprecated/gtktoggleaction.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtktoggleaction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktoggleaction.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtktoggleaction.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkuimanager.lo `test -f 'deprecated/gtkuimanager.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkuimanager.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkuimanager.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkuimanager.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkvbbox.lo `test -f 'deprecated/gtkvbbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkvbbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvbbox.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkvbbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkvbox.lo `test -f 'deprecated/gtkvbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkvbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvbox.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkvbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkvscale.lo `test -f 'deprecated/gtkvscale.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkvscale.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvscale.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkvscale.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkvscrollbar.lo `test -f 'deprecated/gtkvscrollbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkvscrollbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvscrollbar.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkvscrollbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkvseparator.lo `test -f 'deprecated/gtkvseparator.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkvseparator.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvseparator.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkvseparator.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkvpaned.lo `test -f 'deprecated/gtkvpaned.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkvpaned.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvpaned.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkvpaned.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-action-editor.lo `test -f 'inspector/action-editor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/action-editor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/action-editor.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-action-editor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-actions.lo `test -f 'inspector/actions.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/actions.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/actions.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-actions.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-cellrenderergraph.lo `test -f 'inspector/cellrenderergraph.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/cellrenderergraph.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/cellrenderergraph.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-cellrenderergraph.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-css-editor.lo `test -f 'inspector/css-editor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/css-editor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/css-editor.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-css-editor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-css-node-tree.lo `test -f 'inspector/css-node-tree.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/css-node-tree.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/css-node-tree.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-css-node-tree.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-data-list.lo `test -f 'inspector/data-list.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/data-list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/data-list.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-data-list.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-general.lo `test -f 'inspector/general.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/general.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/general.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-general.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-gestures.lo `test -f 'inspector/gestures.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/gestures.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/gestures.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-gestures.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-graphdata.lo `test -f 'inspector/graphdata.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/graphdata.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/graphdata.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-graphdata.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-gtkstackcombo.lo `test -f 'inspector/gtkstackcombo.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/gtkstackcombo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/gtkstackcombo.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-gtkstackcombo.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-gtktreemodelcssnode.lo `test -f 'inspector/gtktreemodelcssnode.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/gtktreemodelcssnode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/gtktreemodelcssnode.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-gtktreemodelcssnode.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-init.lo `test -f 'inspector/init.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/init.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/init.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-init.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-inspect-button.lo `test -f 'inspector/inspect-button.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/inspect-button.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/inspect-button.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-inspect-button.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-magnifier.lo `test -f 'inspector/magnifier.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/magnifier.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/magnifier.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-magnifier.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-menu.lo `test -f 'inspector/menu.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/menu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/menu.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-menu.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-misc-info.lo `test -f 'inspector/misc-info.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/misc-info.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/misc-info.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-misc-info.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-object-hierarchy.lo `test -f 'inspector/object-hierarchy.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/object-hierarchy.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/object-hierarchy.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-object-hierarchy.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-object-tree.lo `test -f 'inspector/object-tree.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/object-tree.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/object-tree.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-object-tree.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-prop-editor.lo `test -f 'inspector/prop-editor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/prop-editor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/prop-editor.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-prop-editor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-prop-list.lo `test -f 'inspector/prop-list.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/prop-list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/prop-list.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-prop-list.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-resource-list.lo `test -f 'inspector/resource-list.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/resource-list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/resource-list.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-resource-list.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-selector.lo `test -f 'inspector/selector.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/selector.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/selector.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-selector.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-signals-list.lo `test -f 'inspector/signals-list.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/signals-list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/signals-list.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-signals-list.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-size-groups.lo `test -f 'inspector/size-groups.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/size-groups.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/size-groups.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-size-groups.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-statistics.lo `test -f 'inspector/statistics.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/statistics.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/statistics.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-statistics.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-strv-editor.lo `test -f 'inspector/strv-editor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/strv-editor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/strv-editor.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-strv-editor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-treewalk.lo `test -f 'inspector/treewalk.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/treewalk.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/treewalk.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-treewalk.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-visual.lo `test -f 'inspector/visual.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/visual.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/visual.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-visual.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-window.lo `test -f 'inspector/window.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/window.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/window.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-window.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkactionmuxer.lo `test -f 'gtkactionmuxer.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkactionmuxer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionmuxer.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkactionmuxer.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkactionobserver.lo `test -f 'gtkactionobserver.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkactionobserver.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionobserver.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkactionobserver.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkactionobservable.lo `test -f 'gtkactionobservable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkactionobservable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionobservable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkactionobservable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkactionable.lo `test -f 'gtkactionable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkactionable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkactionable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkquery.lo `test -f 'gtkquery.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkquery.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkquery.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkquery.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksearchbar.lo `test -f 'gtksearchbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksearchbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksearchbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksearchentry.lo `test -f 'gtksearchentry.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksearchentry.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchentry.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksearchentry.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksearchengine.lo `test -f 'gtksearchengine.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksearchengine.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchengine.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksearchengine.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksearchenginesimple.lo `test -f 'gtksearchenginesimple.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksearchenginesimple.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchenginesimple.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksearchenginesimple.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksearchenginemodel.lo `test -f 'gtksearchenginemodel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksearchenginemodel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchenginemodel.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksearchenginemodel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-fnmatch.lo `test -f 'fnmatch.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`fnmatch.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/fnmatch.c  -fPIC -DPIC -o .libs/libgtk_3_la-fnmatch.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkaboutdialog.lo `test -f 'gtkaboutdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkaboutdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaboutdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkaboutdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkaccelgroup.lo `test -f 'gtkaccelgroup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkaccelgroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccelgroup.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkaccelgroup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkaccellabel.lo `test -f 'gtkaccellabel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkaccellabel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccellabel.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkaccellabel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkaccelmap.lo `test -f 'gtkaccelmap.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkaccelmap.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccelmap.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkaccelmap.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkaccessible.lo `test -f 'gtkaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccessible.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkactionbar.lo `test -f 'gtkactionbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkactionbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkactionbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkactionhelper.lo `test -f 'gtkactionhelper.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkactionhelper.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionhelper.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkactionhelper.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkadjustment.lo `test -f 'gtkadjustment.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkadjustment.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkadjustment.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkadjustment.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkallocatedbitmask.lo `test -f 'gtkallocatedbitmask.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkallocatedbitmask.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkallocatedbitmask.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkallocatedbitmask.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkappchooser.lo `test -f 'gtkappchooser.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkappchooser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooser.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkappchooser.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkappchooserwidget.lo `test -f 'gtkappchooserwidget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkappchooserwidget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserwidget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkappchooserwidget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkappchooserbutton.lo `test -f 'gtkappchooserbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkappchooserbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkappchooserbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkappchooserdialog.lo `test -f 'gtkappchooserdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkappchooserdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkappchooserdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkapplication.lo `test -f 'gtkapplication.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkapplication.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplication.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkapplication.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkapplicationaccels.lo `test -f 'gtkapplicationaccels.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkapplicationaccels.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplicationaccels.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkapplicationaccels.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkapplicationimpl.lo `test -f 'gtkapplicationimpl.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkapplicationimpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplicationimpl.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkapplicationimpl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkapplicationwindow.lo `test -f 'gtkapplicationwindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkapplicationwindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplicationwindow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkapplicationwindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkaspectframe.lo `test -f 'gtkaspectframe.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkaspectframe.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaspectframe.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkaspectframe.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkassistant.lo `test -f 'gtkassistant.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkassistant.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkassistant.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkassistant.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbbox.lo `test -f 'gtkbbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbbox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbin.lo `test -f 'gtkbin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbin.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbin.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbindings.lo `test -f 'gtkbindings.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbindings.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbindings.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbindings.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbookmarksmanager.lo `test -f 'gtkbookmarksmanager.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbookmarksmanager.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbookmarksmanager.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbookmarksmanager.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkborder.lo `test -f 'gtkborder.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkborder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkborder.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkborder.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbox.lo `test -f 'gtkbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkboxgadget.lo `test -f 'gtkboxgadget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkboxgadget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkboxgadget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkboxgadget.o
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkboxgadget.c: In function ���gtk_box_gadget_measure_opposite���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkboxgadget.c:241:21: warning: ���sizes��� may be used uninitialized in this function [-Wmaybe-uninitialized]
   GtkRequestedSize *sizes;
                     ^~~~~
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbuildable.lo `test -f 'gtkbuildable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbuildable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuildable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbuildable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbuilder.lo `test -f 'gtkbuilder.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbuilder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbuilder.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbuilderparser.lo `test -f 'gtkbuilderparser.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbuilderparser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilderparser.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbuilderparser.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbuilder-menus.lo `test -f 'gtkbuilder-menus.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbuilder-menus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder-menus.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbuilder-menus.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbuiltinicon.lo `test -f 'gtkbuiltinicon.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbuiltinicon.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuiltinicon.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbuiltinicon.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbutton.lo `test -f 'gtkbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcairoblur.lo `test -f 'gtkcairoblur.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcairoblur.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcairoblur.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcairoblur.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcalendar.lo `test -f 'gtkcalendar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcalendar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcalendar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcalendar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellarea.lo `test -f 'gtkcellarea.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellarea.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellarea.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellarea.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellareabox.lo `test -f 'gtkcellareabox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellareabox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareabox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellareabox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellareaboxcontext.lo `test -f 'gtkcellareaboxcontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellareaboxcontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareaboxcontext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellareaboxcontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellareacontext.lo `test -f 'gtkcellareacontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellareacontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareacontext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellareacontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcelleditable.lo `test -f 'gtkcelleditable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcelleditable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcelleditable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcelleditable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcelllayout.lo `test -f 'gtkcelllayout.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcelllayout.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcelllayout.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcelllayout.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrenderer.lo `test -f 'gtkcellrenderer.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrenderer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderer.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrenderer.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrendereraccel.lo `test -f 'gtkcellrendereraccel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrendereraccel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendereraccel.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrendereraccel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrenderercombo.lo `test -f 'gtkcellrenderercombo.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrenderercombo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderercombo.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrenderercombo.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrendererpixbuf.lo `test -f 'gtkcellrendererpixbuf.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrendererpixbuf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererpixbuf.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrendererpixbuf.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrendererprogress.lo `test -f 'gtkcellrendererprogress.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrendererprogress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererprogress.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrendererprogress.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrendererspin.lo `test -f 'gtkcellrendererspin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrendererspin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererspin.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrendererspin.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrendererspinner.lo `test -f 'gtkcellrendererspinner.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrendererspinner.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererspinner.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrendererspinner.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrenderertext.lo `test -f 'gtkcellrenderertext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrenderertext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderertext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrenderertext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrenderertoggle.lo `test -f 'gtkcellrenderertoggle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrenderertoggle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderertoggle.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrenderertoggle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellview.lo `test -f 'gtkcellview.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellview.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellview.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellview.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcheckbutton.lo `test -f 'gtkcheckbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcheckbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcheckbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcheckbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcheckmenuitem.lo `test -f 'gtkcheckmenuitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcheckmenuitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcheckmenuitem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcheckmenuitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorbutton.lo `test -f 'gtkcolorbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorchooser.lo `test -f 'gtkcolorchooser.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorchooser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooser.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorchooser.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorchooserwidget.lo `test -f 'gtkcolorchooserwidget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorchooserwidget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooserwidget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorchooserwidget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorchooserdialog.lo `test -f 'gtkcolorchooserdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorchooserdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooserdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorchooserdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcoloreditor.lo `test -f 'gtkcoloreditor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcoloreditor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcoloreditor.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcoloreditor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorplane.lo `test -f 'gtkcolorplane.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorplane.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorplane.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorplane.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorscale.lo `test -f 'gtkcolorscale.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorscale.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorscale.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorscale.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorswatch.lo `test -f 'gtkcolorswatch.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorswatch.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorswatch.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorswatch.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorutils.lo `test -f 'gtkcolorutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcombobox.lo `test -f 'gtkcombobox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcombobox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcombobox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcombobox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcomboboxtext.lo `test -f 'gtkcomboboxtext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcomboboxtext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcomboboxtext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcomboboxtext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcomposetable.lo `test -f 'gtkcomposetable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcomposetable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcomposetable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcomposetable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcontainer.lo `test -f 'gtkcontainer.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcontainer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcontainer.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcontainer.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssanimation.lo `test -f 'gtkcssanimation.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssanimation.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssanimation.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssanimation.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssanimatedstyle.lo `test -f 'gtkcssanimatedstyle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssanimatedstyle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssanimatedstyle.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssanimatedstyle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssarrayvalue.lo `test -f 'gtkcssarrayvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssarrayvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssarrayvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssarrayvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssbgsizevalue.lo `test -f 'gtkcssbgsizevalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssbgsizevalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssbgsizevalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssbgsizevalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssbordervalue.lo `test -f 'gtkcssbordervalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssbordervalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssbordervalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssbordervalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsscalcvalue.lo `test -f 'gtkcsscalcvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsscalcvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscalcvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsscalcvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsscolorvalue.lo `test -f 'gtkcsscolorvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsscolorvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscolorvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsscolorvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsscornervalue.lo `test -f 'gtkcsscornervalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsscornervalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscornervalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsscornervalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsscustomgadget.lo `test -f 'gtkcsscustomgadget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsscustomgadget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscustomgadget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsscustomgadget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsscustomproperty.lo `test -f 'gtkcsscustomproperty.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsscustomproperty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscustomproperty.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsscustomproperty.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssdimensionvalue.lo `test -f 'gtkcssdimensionvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssdimensionvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssdimensionvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssdimensionvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsseasevalue.lo `test -f 'gtkcsseasevalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsseasevalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsseasevalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsseasevalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssenumvalue.lo `test -f 'gtkcssenumvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssenumvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssenumvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssenumvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssenginevalue.lo `test -f 'gtkcssenginevalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssenginevalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssenginevalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssenginevalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssgadget.lo `test -f 'gtkcssgadget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssgadget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssgadget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssgadget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssiconthemevalue.lo `test -f 'gtkcssiconthemevalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssiconthemevalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssiconthemevalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssiconthemevalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimage.lo `test -f 'gtkcssimage.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimage.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimage.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimage.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagebuiltin.lo `test -f 'gtkcssimagebuiltin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagebuiltin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagebuiltin.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagebuiltin.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagecrossfade.lo `test -f 'gtkcssimagecrossfade.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagecrossfade.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagecrossfade.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagecrossfade.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagefallback.lo `test -f 'gtkcssimagefallback.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagefallback.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagefallback.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagefallback.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagegradient.lo `test -f 'gtkcssimagegradient.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagegradient.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagegradient.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagegradient.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimageicontheme.lo `test -f 'gtkcssimageicontheme.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimageicontheme.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimageicontheme.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimageicontheme.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagelinear.lo `test -f 'gtkcssimagelinear.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagelinear.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagelinear.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagelinear.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimageradial.lo `test -f 'gtkcssimageradial.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimageradial.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimageradial.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimageradial.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagesurface.lo `test -f 'gtkcssimagesurface.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagesurface.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagesurface.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagesurface.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimageurl.lo `test -f 'gtkcssimageurl.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimageurl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimageurl.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimageurl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagerecolor.lo `test -f 'gtkcssimagerecolor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagerecolor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagerecolor.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagerecolor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagescaled.lo `test -f 'gtkcssimagescaled.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagescaled.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagescaled.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagescaled.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagevalue.lo `test -f 'gtkcssimagevalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagevalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagevalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagevalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagewin32.lo `test -f 'gtkcssimagewin32.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagewin32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagewin32.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagewin32.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssinheritvalue.lo `test -f 'gtkcssinheritvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssinheritvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssinheritvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssinheritvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssinitialvalue.lo `test -f 'gtkcssinitialvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssinitialvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssinitialvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssinitialvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsskeyframes.lo `test -f 'gtkcsskeyframes.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsskeyframes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsskeyframes.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsskeyframes.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsslookup.lo `test -f 'gtkcsslookup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsslookup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsslookup.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsslookup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssmatcher.lo `test -f 'gtkcssmatcher.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssmatcher.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssmatcher.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssmatcher.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssnode.lo `test -f 'gtkcssnode.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssnode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssnode.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssnode.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssnodedeclaration.lo `test -f 'gtkcssnodedeclaration.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssnodedeclaration.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssnodedeclaration.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssnodedeclaration.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssnodestylecache.lo `test -f 'gtkcssnodestylecache.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssnodestylecache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssnodestylecache.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssnodestylecache.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssnumbervalue.lo `test -f 'gtkcssnumbervalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssnumbervalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssnumbervalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssnumbervalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsspalettevalue.lo `test -f 'gtkcsspalettevalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsspalettevalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsspalettevalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsspalettevalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssparser.lo `test -f 'gtkcssparser.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssparser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssparser.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssparser.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsspathnode.lo `test -f 'gtkcsspathnode.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsspathnode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsspathnode.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsspathnode.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsspositionvalue.lo `test -f 'gtkcsspositionvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsspositionvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsspositionvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsspositionvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssprovider.lo `test -f 'gtkcssprovider.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssprovider.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssprovider.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssprovider.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssrepeatvalue.lo `test -f 'gtkcssrepeatvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssrepeatvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssrepeatvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssrepeatvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssrgbavalue.lo `test -f 'gtkcssrgbavalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssrgbavalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssrgbavalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssrgbavalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsssection.lo `test -f 'gtkcsssection.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsssection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsssection.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsssection.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssselector.lo `test -f 'gtkcssselector.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssselector.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssselector.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssselector.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssstringvalue.lo `test -f 'gtkcssstringvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssstringvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstringvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssstringvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssstyle.lo `test -f 'gtkcssstyle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssstyle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstyle.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssstyle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssstylechange.lo `test -f 'gtkcssstylechange.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssstylechange.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstylechange.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssstylechange.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssshadowsvalue.lo `test -f 'gtkcssshadowsvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssshadowsvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssshadowsvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssshadowsvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssshadowvalue.lo `test -f 'gtkcssshadowvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssshadowvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssshadowvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssshadowvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssshorthandproperty.lo `test -f 'gtkcssshorthandproperty.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssshorthandproperty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssshorthandproperty.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssshorthandproperty.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssshorthandpropertyimpl.lo `test -f 'gtkcssshorthandpropertyimpl.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssshorthandpropertyimpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssshorthandpropertyimpl.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssshorthandpropertyimpl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssstaticstyle.lo `test -f 'gtkcssstaticstyle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssstaticstyle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstaticstyle.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssstaticstyle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssstylefuncs.lo `test -f 'gtkcssstylefuncs.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssstylefuncs.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstylefuncs.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssstylefuncs.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssstyleproperty.lo `test -f 'gtkcssstyleproperty.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssstyleproperty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstyleproperty.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssstyleproperty.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssstylepropertyimpl.lo `test -f 'gtkcssstylepropertyimpl.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssstylepropertyimpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstylepropertyimpl.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssstylepropertyimpl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsstransformvalue.lo `test -f 'gtkcsstransformvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsstransformvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstransformvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsstransformvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsstransientnode.lo `test -f 'gtkcsstransientnode.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsstransientnode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstransientnode.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsstransientnode.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsstransition.lo `test -f 'gtkcsstransition.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsstransition.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstransition.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsstransition.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsstypedvalue.lo `test -f 'gtkcsstypedvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsstypedvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstypedvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsstypedvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssunsetvalue.lo `test -f 'gtkcssunsetvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssunsetvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssunsetvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssunsetvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsstypes.lo `test -f 'gtkcsstypes.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsstypes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstypes.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsstypes.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssvalue.lo `test -f 'gtkcssvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsswidgetnode.lo `test -f 'gtkcsswidgetnode.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsswidgetnode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsswidgetnode.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsswidgetnode.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsswin32sizevalue.lo `test -f 'gtkcsswin32sizevalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsswin32sizevalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsswin32sizevalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsswin32sizevalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkdialog.lo `test -f 'gtkdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkdragsource.lo `test -f 'gtkdragsource.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkdragsource.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdragsource.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkdragsource.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkdrawingarea.lo `test -f 'gtkdrawingarea.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkdrawingarea.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdrawingarea.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkdrawingarea.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkeditable.lo `test -f 'gtkeditable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkeditable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeditable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkeditable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkentry.lo `test -f 'gtkentry.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkentry.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentry.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkentry.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkentrybuffer.lo `test -f 'gtkentrybuffer.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkentrybuffer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentrybuffer.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkentrybuffer.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkentrycompletion.lo `test -f 'gtkentrycompletion.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkentrycompletion.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentrycompletion.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkentrycompletion.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkeventbox.lo `test -f 'gtkeventbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkeventbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeventbox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkeventbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkeventcontroller.lo `test -f 'gtkeventcontroller.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkeventcontroller.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeventcontroller.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkeventcontroller.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkexpander.lo `test -f 'gtkexpander.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkexpander.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkexpander.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkexpander.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechooser.lo `test -f 'gtkfilechooser.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechooser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooser.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechooser.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechooserbutton.lo `test -f 'gtkfilechooserbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechooserbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechooserbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechooserdialog.lo `test -f 'gtkfilechooserdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechooserdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechooserdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechooserembed.lo `test -f 'gtkfilechooserembed.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechooserembed.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserembed.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechooserembed.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechooserentry.lo `test -f 'gtkfilechooserentry.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechooserentry.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserentry.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechooserentry.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechoosernative.lo `test -f 'gtkfilechoosernative.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechoosernative.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechoosernative.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechoosernative.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechoosernativeportal.lo `test -f 'gtkfilechoosernativeportal.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechoosernativeportal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechoosernativeportal.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechoosernativeportal.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechooserutils.lo `test -f 'gtkfilechooserutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechooserutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechooserutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechooserwidget.lo `test -f 'gtkfilechooserwidget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechooserwidget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserwidget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechooserwidget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilefilter.lo `test -f 'gtkfilefilter.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilefilter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilefilter.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilefilter.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilesystem.lo `test -f 'gtkfilesystem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilesystem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilesystem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilesystem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilesystemmodel.lo `test -f 'gtkfilesystemmodel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilesystemmodel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilesystemmodel.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilesystemmodel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfixed.lo `test -f 'gtkfixed.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfixed.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfixed.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfixed.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkflowbox.lo `test -f 'gtkflowbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkflowbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkflowbox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkflowbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfontbutton.lo `test -f 'gtkfontbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfontbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfontbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfontchooser.lo `test -f 'gtkfontchooser.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfontchooser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooser.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfontchooser.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfontchooserdialog.lo `test -f 'gtkfontchooserdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfontchooserdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfontchooserdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfontchooserutils.lo `test -f 'gtkfontchooserutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfontchooserutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfontchooserutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfontchooserwidget.lo `test -f 'gtkfontchooserwidget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfontchooserwidget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserwidget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfontchooserwidget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkframe.lo `test -f 'gtkframe.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkframe.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkframe.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkframe.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgladecatalog.lo `test -f 'gtkgladecatalog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgladecatalog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgladecatalog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgladecatalog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesture.lo `test -f 'gtkgesture.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesture.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesture.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesture.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesturedrag.lo `test -f 'gtkgesturedrag.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesturedrag.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturedrag.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesturedrag.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesturelongpress.lo `test -f 'gtkgesturelongpress.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesturelongpress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturelongpress.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesturelongpress.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesturemultipress.lo `test -f 'gtkgesturemultipress.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesturemultipress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturemultipress.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesturemultipress.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesturepan.lo `test -f 'gtkgesturepan.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesturepan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturepan.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesturepan.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesturerotate.lo `test -f 'gtkgesturerotate.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesturerotate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturerotate.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesturerotate.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesturesingle.lo `test -f 'gtkgesturesingle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesturesingle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturesingle.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesturesingle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgestureswipe.lo `test -f 'gtkgestureswipe.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgestureswipe.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgestureswipe.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgestureswipe.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesturezoom.lo `test -f 'gtkgesturezoom.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesturezoom.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturezoom.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesturezoom.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkglarea.lo `test -f 'gtkglarea.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkglarea.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkglarea.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkglarea.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgrid.lo `test -f 'gtkgrid.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgrid.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgrid.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgrid.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkheaderbar.lo `test -f 'gtkheaderbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkheaderbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkheaderbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkheaderbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkhsla.lo `test -f 'gtkhsla.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkhsla.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkhsla.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkhsla.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkicon.lo `test -f 'gtkicon.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkicon.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkicon.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkicon.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkiconcache.lo `test -f 'gtkiconcache.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkiconcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconcache.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkiconcache.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkiconcachevalidator.lo `test -f 'gtkiconcachevalidator.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkiconcachevalidator.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconcachevalidator.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkiconcachevalidator.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkiconhelper.lo `test -f 'gtkiconhelper.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkiconhelper.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconhelper.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkiconhelper.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkicontheme.lo `test -f 'gtkicontheme.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkicontheme.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkicontheme.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkicontheme.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkiconview.lo `test -f 'gtkiconview.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkiconview.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconview.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkiconview.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkimage.lo `test -f 'gtkimage.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkimage.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimage.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkimage.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkimagedefinition.lo `test -f 'gtkimagedefinition.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkimagedefinition.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimagedefinition.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkimagedefinition.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkimcontext.lo `test -f 'gtkimcontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkimcontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkimcontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkimcontextsimple.lo `test -f 'gtkimcontextsimple.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkimcontextsimple.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontextsimple.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkimcontextsimple.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkimmodule.lo `test -f 'gtkimmodule.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkimmodule.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimmodule.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkimmodule.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkimmulticontext.lo `test -f 'gtkimmulticontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkimmulticontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimmulticontext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkimmulticontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkinfobar.lo `test -f 'gtkinfobar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkinfobar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkinfobar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkinfobar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkinvisible.lo `test -f 'gtkinvisible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkinvisible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkinvisible.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkinvisible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkkeyhash.lo `test -f 'gtkkeyhash.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkkeyhash.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkkeyhash.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkkeyhash.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkkineticscrolling.lo `test -f 'gtkkineticscrolling.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkkineticscrolling.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkkineticscrolling.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkkineticscrolling.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtklabel.lo `test -f 'gtklabel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtklabel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklabel.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtklabel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtklayout.lo `test -f 'gtklayout.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtklayout.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklayout.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtklayout.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtklevelbar.lo `test -f 'gtklevelbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtklevelbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklevelbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtklevelbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtklinkbutton.lo `test -f 'gtklinkbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtklinkbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklinkbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtklinkbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtklistbox.lo `test -f 'gtklistbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtklistbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklistbox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtklistbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkliststore.lo `test -f 'gtkliststore.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkliststore.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkliststore.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkliststore.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtklockbutton.lo `test -f 'gtklockbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtklockbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklockbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtklockbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmain.lo `test -f 'gtkmain.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmain.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmain.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmain.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmagnifier.lo `test -f 'gtkmagnifier.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmagnifier.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmagnifier.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmagnifier.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmarshalers.lo `test -f 'gtkmarshalers.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmarshalers.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmarshalers.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmarshalers.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenu.lo `test -f 'gtkmenu.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenu.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenu.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenubar.lo `test -f 'gtkmenubar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenubar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenubar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenubar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenubutton.lo `test -f 'gtkmenubutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenubutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenubutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenubutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenuitem.lo `test -f 'gtkmenuitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenuitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenuitem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenuitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenusectionbox.lo `test -f 'gtkmenusectionbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenusectionbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenusectionbox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenusectionbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenushell.lo `test -f 'gtkmenushell.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenushell.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenushell.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenushell.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenutracker.lo `test -f 'gtkmenutracker.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenutracker.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenutracker.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenutracker.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenutrackeritem.lo `test -f 'gtkmenutrackeritem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenutrackeritem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenutrackeritem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenutrackeritem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenutoolbutton.lo `test -f 'gtkmenutoolbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenutoolbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenutoolbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenutoolbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmessagedialog.lo `test -f 'gtkmessagedialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmessagedialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmessagedialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmessagedialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmnemonichash.lo `test -f 'gtkmnemonichash.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmnemonichash.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmnemonichash.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmnemonichash.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmodelmenuitem.lo `test -f 'gtkmodelmenuitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmodelmenuitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodelmenuitem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmodelmenuitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmodelbutton.lo `test -f 'gtkmodelbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmodelbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodelbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmodelbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmodifierstyle.lo `test -f 'gtkmodifierstyle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmodifierstyle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodifierstyle.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmodifierstyle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmodules.lo `test -f 'gtkmodules.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmodules.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodules.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmodules.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmountoperation.lo `test -f 'gtkmountoperation.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmountoperation.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmountoperation.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmountoperation.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtknativedialog.lo `test -f 'gtknativedialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtknativedialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtknativedialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtknativedialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtknotebook.lo `test -f 'gtknotebook.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtknotebook.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtknotebook.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtknotebook.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkoffscreenwindow.lo `test -f 'gtkoffscreenwindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkoffscreenwindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkoffscreenwindow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkoffscreenwindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkorientable.lo `test -f 'gtkorientable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkorientable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkorientable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkorientable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkoverlay.lo `test -f 'gtkoverlay.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkoverlay.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkoverlay.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkoverlay.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpadcontroller.lo `test -f 'gtkpadcontroller.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpadcontroller.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpadcontroller.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpadcontroller.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpagesetup.lo `test -f 'gtkpagesetup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpagesetup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpagesetup.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpagesetup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpaned.lo `test -f 'gtkpaned.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpaned.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpaned.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpaned.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpango.lo `test -f 'gtkpango.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpango.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpango.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpango.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpapersize.lo `test -f 'gtkpapersize.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpapersize.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpapersize.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpapersize.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpathbar.lo `test -f 'gtkpathbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpathbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpathbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpathbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkplacessidebar.lo `test -f 'gtkplacessidebar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkplacessidebar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplacessidebar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkplacessidebar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkplacesview.lo `test -f 'gtkplacesview.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkplacesview.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplacesview.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkplacesview.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkplacesviewrow.lo `test -f 'gtkplacesviewrow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkplacesviewrow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplacesviewrow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkplacesviewrow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintcontext.lo `test -f 'gtkprintcontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintcontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintcontext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintcontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintoperation.lo `test -f 'gtkprintoperation.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintoperation.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperation.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintoperation.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintoperationpreview.lo `test -f 'gtkprintoperationpreview.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintoperationpreview.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperationpreview.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintoperationpreview.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintsettings.lo `test -f 'gtkprintsettings.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintsettings.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintsettings.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintsettings.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintutils.lo `test -f 'gtkprintutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprivate.lo `test -f 'gtkprivate.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprivate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprivate.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprivate.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprivatetypebuiltins.lo `test -f 'gtkprivatetypebuiltins.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprivatetypebuiltins.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprivatetypebuiltins.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprivatetypebuiltins.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprogressbar.lo `test -f 'gtkprogressbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprogressbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprogressbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprogressbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprogresstracker.lo `test -f 'gtkprogresstracker.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprogresstracker.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprogresstracker.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprogresstracker.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpixelcache.lo `test -f 'gtkpixelcache.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpixelcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpixelcache.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpixelcache.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpopover.lo `test -f 'gtkpopover.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpopover.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpopover.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpopover.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpopovermenu.lo `test -f 'gtkpopovermenu.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpopovermenu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpopovermenu.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpopovermenu.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkradiobutton.lo `test -f 'gtkradiobutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkradiobutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiobutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkradiobutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkradiomenuitem.lo `test -f 'gtkradiomenuitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkradiomenuitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiomenuitem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkradiomenuitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkradiotoolbutton.lo `test -f 'gtkradiotoolbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkradiotoolbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiotoolbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkradiotoolbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrange.lo `test -f 'gtkrange.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrange.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrange.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrange.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrbtree.lo `test -f 'gtkrbtree.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrbtree.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrbtree.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrbtree.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentchooserdefault.lo `test -f 'gtkrecentchooserdefault.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentchooserdefault.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserdefault.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentchooserdefault.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentchooserdialog.lo `test -f 'gtkrecentchooserdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentchooserdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentchooserdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentchoosermenu.lo `test -f 'gtkrecentchoosermenu.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentchoosermenu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchoosermenu.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentchoosermenu.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentchooserwidget.lo `test -f 'gtkrecentchooserwidget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentchooserwidget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserwidget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentchooserwidget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentchooserutils.lo `test -f 'gtkrecentchooserutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentchooserutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentchooserutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentchooser.lo `test -f 'gtkrecentchooser.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentchooser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooser.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentchooser.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentfilter.lo `test -f 'gtkrecentfilter.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentfilter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentfilter.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentfilter.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentmanager.lo `test -f 'gtkrecentmanager.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentmanager.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentmanager.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentmanager.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrender.lo `test -f 'gtkrender.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrender.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrender.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrender.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrenderbackground.lo `test -f 'gtkrenderbackground.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrenderbackground.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrenderbackground.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrenderbackground.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrenderborder.lo `test -f 'gtkrenderborder.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrenderborder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrenderborder.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrenderborder.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrendericon.lo `test -f 'gtkrendericon.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrendericon.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrendericon.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrendericon.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkresources.lo `test -f 'gtkresources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkresources.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkresources.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkresources.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrevealer.lo `test -f 'gtkrevealer.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrevealer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrevealer.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrevealer.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkroundedbox.lo `test -f 'gtkroundedbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkroundedbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkroundedbox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkroundedbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkscale.lo `test -f 'gtkscale.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkscale.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscale.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkscale.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkscalebutton.lo `test -f 'gtkscalebutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkscalebutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscalebutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkscalebutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkscrollable.lo `test -f 'gtkscrollable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkscrollable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrollable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkscrollable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkscrollbar.lo `test -f 'gtkscrollbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkscrollbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrollbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkscrollbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkscrolledwindow.lo `test -f 'gtkscrolledwindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkscrolledwindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrolledwindow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkscrolledwindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkselection.lo `test -f 'gtkselection.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkselection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkselection.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkselection.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkseparator.lo `test -f 'gtkseparator.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkseparator.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparator.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkseparator.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkseparatormenuitem.lo `test -f 'gtkseparatormenuitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkseparatormenuitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparatormenuitem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkseparatormenuitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkseparatortoolitem.lo `test -f 'gtkseparatortoolitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkseparatortoolitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparatortoolitem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkseparatortoolitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksettings.lo `test -f 'gtksettings.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksettings.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksettings.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksettings.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkshortcutsgroup.lo `test -f 'gtkshortcutsgroup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkshortcutsgroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutsgroup.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkshortcutsgroup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkshortcutlabel.lo `test -f 'gtkshortcutlabel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkshortcutlabel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutlabel.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkshortcutlabel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkshortcutsshortcut.lo `test -f 'gtkshortcutsshortcut.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkshortcutsshortcut.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutsshortcut.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkshortcutsshortcut.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkshortcutssection.lo `test -f 'gtkshortcutssection.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkshortcutssection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutssection.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkshortcutssection.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkshortcutswindow.lo `test -f 'gtkshortcutswindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkshortcutswindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutswindow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkshortcutswindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksidebarrow.lo `test -f 'gtksidebarrow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksidebarrow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksidebarrow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksidebarrow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksizegroup.lo `test -f 'gtksizegroup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksizegroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizegroup.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksizegroup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksizerequest.lo `test -f 'gtksizerequest.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksizerequest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizerequest.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksizerequest.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksizerequestcache.lo `test -f 'gtksizerequestcache.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksizerequestcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizerequestcache.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksizerequestcache.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkshow.lo `test -f 'gtkshow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkshow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkshow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstacksidebar.lo `test -f 'gtkstacksidebar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstacksidebar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstacksidebar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstacksidebar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkspinbutton.lo `test -f 'gtkspinbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkspinbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkspinbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkspinbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkspinner.lo `test -f 'gtkspinner.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkspinner.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkspinner.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkspinner.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstack.lo `test -f 'gtkstack.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstack.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstack.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstack.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstackswitcher.lo `test -f 'gtkstackswitcher.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstackswitcher.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstackswitcher.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstackswitcher.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstatusbar.lo `test -f 'gtkstatusbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstatusbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstatusbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstatusbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstyleanimation.lo `test -f 'gtkstyleanimation.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstyleanimation.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleanimation.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstyleanimation.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstylecascade.lo `test -f 'gtkstylecascade.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstylecascade.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstylecascade.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstylecascade.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstylecontext.lo `test -f 'gtkstylecontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstylecontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstylecontext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstylecontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstyleproperty.lo `test -f 'gtkstyleproperty.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstyleproperty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleproperty.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstyleproperty.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstyleprovider.lo `test -f 'gtkstyleprovider.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstyleprovider.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleprovider.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstyleprovider.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstyleproviderprivate.lo `test -f 'gtkstyleproviderprivate.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstyleproviderprivate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleproviderprivate.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstyleproviderprivate.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkswitch.lo `test -f 'gtkswitch.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkswitch.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkswitch.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkswitch.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktestutils.lo `test -f 'gtktestutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktestutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktestutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktestutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextattributes.lo `test -f 'gtktextattributes.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextattributes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextattributes.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextattributes.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextbtree.lo `test -f 'gtktextbtree.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextbtree.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbtree.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextbtree.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextbuffer.lo `test -f 'gtktextbuffer.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextbuffer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbuffer.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextbuffer.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextbufferrichtext.lo `test -f 'gtktextbufferrichtext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextbufferrichtext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbufferrichtext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextbufferrichtext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextbufferserialize.lo `test -f 'gtktextbufferserialize.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextbufferserialize.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbufferserialize.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextbufferserialize.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextchild.lo `test -f 'gtktextchild.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextchild.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextchild.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextchild.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextdisplay.lo `test -f 'gtktextdisplay.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextdisplay.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextdisplay.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextdisplay.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktexthandle.lo `test -f 'gtktexthandle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktexthandle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexthandle.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktexthandle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextiter.lo `test -f 'gtktextiter.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextiter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextiter.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextiter.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextlayout.lo `test -f 'gtktextlayout.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextlayout.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextlayout.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextlayout.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextmark.lo `test -f 'gtktextmark.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextmark.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextmark.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextmark.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextsegment.lo `test -f 'gtktextsegment.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextsegment.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextsegment.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextsegment.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktexttag.lo `test -f 'gtktexttag.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktexttag.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttag.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktexttag.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktexttagtable.lo `test -f 'gtktexttagtable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktexttagtable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttagtable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktexttagtable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktexttypes.lo `test -f 'gtktexttypes.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktexttypes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttypes.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktexttypes.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextutil.lo `test -f 'gtktextutil.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextutil.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextutil.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextutil.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextview.lo `test -f 'gtktextview.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextview.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextview.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextview.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktogglebutton.lo `test -f 'gtktogglebutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktogglebutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktogglebutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktogglebutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktoggletoolbutton.lo `test -f 'gtktoggletoolbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktoggletoolbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoggletoolbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktoggletoolbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktoolbar.lo `test -f 'gtktoolbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktoolbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktoolbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktoolbutton.lo `test -f 'gtktoolbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktoolbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktoolbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktoolitem.lo `test -f 'gtktoolitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktoolitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolitem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktoolitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktoolitemgroup.lo `test -f 'gtktoolitemgroup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktoolitemgroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolitemgroup.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktoolitemgroup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktoolpalette.lo `test -f 'gtktoolpalette.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktoolpalette.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolpalette.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktoolpalette.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktoolshell.lo `test -f 'gtktoolshell.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktoolshell.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolshell.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktoolshell.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktooltip.lo `test -f 'gtktooltip.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktooltip.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktooltip.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktooltip.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktooltipwindow.lo `test -f 'gtktooltipwindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktooltipwindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktooltipwindow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktooltipwindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktrashmonitor.lo `test -f 'gtktrashmonitor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktrashmonitor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktrashmonitor.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktrashmonitor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreedatalist.lo `test -f 'gtktreedatalist.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreedatalist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreedatalist.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreedatalist.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreednd.lo `test -f 'gtktreednd.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreednd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreednd.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreednd.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreemenu.lo `test -f 'gtktreemenu.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreemenu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemenu.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreemenu.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreemodel.lo `test -f 'gtktreemodel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreemodel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodel.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreemodel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreemodelfilter.lo `test -f 'gtktreemodelfilter.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreemodelfilter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodelfilter.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreemodelfilter.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreemodelsort.lo `test -f 'gtktreemodelsort.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreemodelsort.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodelsort.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreemodelsort.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreeselection.lo `test -f 'gtktreeselection.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreeselection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeselection.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreeselection.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreesortable.lo `test -f 'gtktreesortable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreesortable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreesortable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreesortable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreestore.lo `test -f 'gtktreestore.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreestore.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreestore.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreestore.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreeview.lo `test -f 'gtktreeview.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreeview.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeview.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreeview.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreeviewcolumn.lo `test -f 'gtktreeviewcolumn.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreeviewcolumn.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeviewcolumn.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreeviewcolumn.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktypebuiltins.lo `test -f 'gtktypebuiltins.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktypebuiltins.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktypebuiltins.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktypebuiltins.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkutils.lo `test -f 'gtkutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkvolumebutton.lo `test -f 'gtkvolumebutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkvolumebutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkvolumebutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkvolumebutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkviewport.lo `test -f 'gtkviewport.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkviewport.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkviewport.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkviewport.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkwidget.lo `test -f 'gtkwidget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkwidget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkwidget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkwidgetpath.lo `test -f 'gtkwidgetpath.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkwidgetpath.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidgetpath.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkwidgetpath.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkwindow.lo `test -f 'gtkwindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkwindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkwindow.o
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindow.c: In function ���gtk_window_supports_client_shadow���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindow.c:4082:14: warning: unused variable ���visual��� [-Wunused-variable]
   GdkVisual *visual;
              ^~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindow.c:4080:15: warning: variable ���display��� set but not used [-Wunused-but-set-variable]
   GdkDisplay *display;
               ^~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkwindowgroup.lo `test -f 'gtkwindowgroup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkwindowgroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindowgroup.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkwindowgroup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkwin32draw.lo `test -f 'gtkwin32draw.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkwin32draw.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwin32draw.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkwin32draw.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkwin32theme.lo `test -f 'gtkwin32theme.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkwin32theme.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwin32theme.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkwin32theme.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gdkpixbufutils.lo `test -f 'gdkpixbufutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gdkpixbufutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gdkpixbufutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gdkpixbufutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkclipboard.lo `test -f 'gtkclipboard.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkclipboard.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkclipboard.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkclipboard.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkdnd.lo `test -f 'gtkdnd.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkdnd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdnd.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkdnd.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkdragdest.lo `test -f 'gtkdragdest.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkdragdest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdragdest.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkdragdest.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcustompaperunixdialog.lo `test -f 'gtkcustompaperunixdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcustompaperunixdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcustompaperunixdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcustompaperunixdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpagesetupunixdialog.lo `test -f 'gtkpagesetupunixdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpagesetupunixdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpagesetupunixdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpagesetupunixdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprinter.lo `test -f 'gtkprinter.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprinter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprinter.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprinter.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprinteroption.lo `test -f 'gtkprinteroption.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprinteroption.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprinteroption.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprinteroption.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprinteroptionset.lo `test -f 'gtkprinteroptionset.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprinteroptionset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprinteroptionset.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprinteroptionset.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprinteroptionwidget.lo `test -f 'gtkprinteroptionwidget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprinteroptionwidget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprinteroptionwidget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprinteroptionwidget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintjob.lo `test -f 'gtkprintjob.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintjob.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintjob.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintjob.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintoperation-unix.lo `test -f 'gtkprintoperation-unix.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintoperation-unix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperation-unix.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintoperation-unix.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintoperation-portal.lo `test -f 'gtkprintoperation-portal.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintoperation-portal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperation-portal.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintoperation-portal.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintunixdialog.lo `test -f 'gtkprintunixdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintunixdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintunixdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintunixdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintbackend.lo `test -f 'gtkprintbackend.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintbackend.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintbackend.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintbackend.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksearchenginetracker.lo `test -f 'gtksearchenginetracker.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksearchenginetracker.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchenginetracker.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksearchenginetracker.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkapplication-wayland.lo `test -f 'gtkapplication-wayland.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkapplication-wayland.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplication-wayland.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkapplication-wayland.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkapplication-dbus.lo `test -f 'gtkapplication-dbus.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkapplication-dbus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplication-dbus.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkapplication-dbus.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmountoperation-stub.lo `test -f 'gtkmountoperation-stub.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmountoperation-stub.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmountoperation-stub.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmountoperation-stub.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkdbusgenerated.lo `test -f 'gtkdbusgenerated.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkdbusgenerated.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c gtkdbusgenerated.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkdbusgenerated.o
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-Bsymbolic-functions -version-info 2200:11:2200 -export-dynamic  -rpath /usr/lib/arm-linux-gnueabihf  -Wl,-z,relro -Wl,-O1 -o libgtk-3.la -rpath /usr/lib/arm-linux-gnueabihf a11y/libgtk_3_la-gtkaccessibility.lo a11y/libgtk_3_la-gtkaccessibilitymisc.lo a11y/libgtk_3_la-gtkaccessibilityutil.lo a11y/libgtk_3_la-gtkarrowaccessible.lo a11y/libgtk_3_la-gtkbooleancellaccessible.lo a11y/libgtk_3_la-gtkbuttonaccessible.lo a11y/libgtk_3_la-gtkcellaccessible.lo a11y/libgtk_3_la-gtkcellaccessibleparent.lo a11y/libgtk_3_la-gtkcheckmenuitemaccessible.lo a11y/libgtk_3_la-gtkcolorswatchaccessible.lo a11y/libgtk_3_la-gtkcomboboxaccessible.lo a11y/libgtk_3_la-gtkcontaineraccessible.lo a11y/libgtk_3_la-gtkcontainercellaccessible.lo a11y/libgtk_3_la-gtkentryaccessible.lo a11y/libgtk_3_la-gtkexpanderaccessible.lo a11y/libgtk_3_la-gtkflowboxaccessible.lo a11y/libgtk_3_la-gtkflowboxchildaccessible.lo a11y/libgtk_3_la-gtkframeaccessible.lo a11y/libgtk_3_la-gtkiconviewaccessible.lo a11y/libgtk_3_la-gtkimageaccessible.lo a11y/libgtk_3_la-gtkimagecellaccessible.lo a11y/libgtk_3_la-gtklabelaccessible.lo a11y/libgtk_3_la-gtklevelbaraccessible.lo a11y/libgtk_3_la-gtklinkbuttonaccessible.lo a11y/libgtk_3_la-gtklistboxaccessible.lo a11y/libgtk_3_la-gtklistboxrowaccessible.lo a11y/libgtk_3_la-gtklockbuttonaccessible.lo a11y/libgtk_3_la-gtkmenuaccessible.lo a11y/libgtk_3_la-gtkmenubuttonaccessible.lo a11y/libgtk_3_la-gtkmenushellaccessible.lo a11y/libgtk_3_la-gtkmenuitemaccessible.lo a11y/libgtk_3_la-gtknotebookaccessible.lo a11y/libgtk_3_la-gtknotebookpageaccessible.lo a11y/libgtk_3_la-gtkpanedaccessible.lo a11y/libgtk_3_la-gtkpopoveraccessible.lo a11y/libgtk_3_la-gtkprogressbaraccessible.lo a11y/libgtk_3_la-gtkradiobuttonaccessible.lo a11y/libgtk_3_la-gtkradiomenuitemaccessible.lo a11y/libgtk_3_la-gtkrangeaccessible.lo a11y/libgtk_3_la-gtkrenderercellaccessible.lo a11y/libgtk_3_la-gtkscaleaccessible.lo a11y/libgtk_3_la-gtkscalebuttonaccessible.lo a11y/libgtk_3_la-gtkscrolledwindowaccessible.lo a11y/libgtk_3_la-gtkspinbuttonaccessible.lo a11y/libgtk_3_la-gtkspinneraccessible.lo a11y/libgtk_3_la-gtkstatusbaraccessible.lo a11y/libgtk_3_la-gtkstackaccessible.lo a11y/libgtk_3_la-gtkswitchaccessible.lo a11y/libgtk_3_la-gtktextcellaccessible.lo a11y/libgtk_3_la-gtktextviewaccessible.lo a11y/libgtk_3_la-gtktogglebuttonaccessible.lo a11y/libgtk_3_la-gtktoplevelaccessible.lo a11y/libgtk_3_la-gtktreeviewaccessible.lo a11y/libgtk_3_la-gtkwidgetaccessible.lo a11y/libgtk_3_la-gtkwindowaccessible.lo deprecated/libgtk_3_la-gtkactivatable.lo deprecated/libgtk_3_la-gtkaction.lo deprecated/libgtk_3_la-gtkactiongroup.lo deprecated/libgtk_3_la-gtkalignment.lo deprecated/libgtk_3_la-gtkarrow.lo deprecated/libgtk_3_la-gtkcolorsel.lo deprecated/libgtk_3_la-gtkcolorseldialog.lo deprecated/libgtk_3_la-gtkfontsel.lo deprecated/libgtk_3_la-gtkgradient.lo deprecated/libgtk_3_la-gtkhandlebox.lo deprecated/libgtk_3_la-gtkhbbox.lo deprecated/libgtk_3_la-gtkhbox.lo deprecated/libgtk_3_la-gtkhpaned.lo deprecated/libgtk_3_la-gtkhscale.lo deprecated/libgtk_3_la-gtkhscrollbar.lo deprecated/libgtk_3_la-gtkhseparator.lo deprecated/libgtk_3_la-gtkhsv.lo deprecated/libgtk_3_la-gtkiconfactory.lo deprecated/libgtk_3_la-gtkimagemenuitem.lo deprecated/libgtk_3_la-gtkmisc.lo deprecated/libgtk_3_la-gtknumerableicon.lo deprecated/libgtk_3_la-gtkradioaction.lo deprecated/libgtk_3_la-gtkrc.lo deprecated/libgtk_3_la-gtkrecentaction.lo deprecated/libgtk_3_la-gtkstatusicon.lo deprecated/libgtk_3_la-gtkstock.lo deprecated/libgtk_3_la-gtkstyle.lo deprecated/libgtk_3_la-gtkstyleproperties.lo deprecated/libgtk_3_la-gtksymboliccolor.lo deprecated/libgtk_3_la-gtktable.lo deprecated/libgtk_3_la-gtktearoffmenuitem.lo deprecated/libgtk_3_la-gtkthemingengine.lo deprecated/libgtk_3_la-gtktoggleaction.lo deprecated/libgtk_3_la-gtkuimanager.lo deprecated/libgtk_3_la-gtkvbbox.lo deprecated/libgtk_3_la-gtkvbox.lo deprecated/libgtk_3_la-gtkvscale.lo deprecated/libgtk_3_la-gtkvscrollbar.lo deprecated/libgtk_3_la-gtkvseparator.lo deprecated/libgtk_3_la-gtkvpaned.lo inspector/libgtk_3_la-action-editor.lo inspector/libgtk_3_la-actions.lo inspector/libgtk_3_la-cellrenderergraph.lo inspector/libgtk_3_la-css-editor.lo inspector/libgtk_3_la-css-node-tree.lo inspector/libgtk_3_la-data-list.lo inspector/libgtk_3_la-general.lo inspector/libgtk_3_la-gestures.lo inspector/libgtk_3_la-graphdata.lo inspector/libgtk_3_la-gtkstackcombo.lo inspector/libgtk_3_la-gtktreemodelcssnode.lo inspector/libgtk_3_la-init.lo inspector/libgtk_3_la-inspect-button.lo inspector/libgtk_3_la-magnifier.lo inspector/libgtk_3_la-menu.lo inspector/libgtk_3_la-misc-info.lo inspector/libgtk_3_la-object-hierarchy.lo inspector/libgtk_3_la-object-tree.lo inspector/libgtk_3_la-prop-editor.lo inspector/libgtk_3_la-prop-list.lo inspector/libgtk_3_la-resource-list.lo inspector/libgtk_3_la-selector.lo inspector/libgtk_3_la-signals-list.lo inspector/libgtk_3_la-size-groups.lo inspector/libgtk_3_la-statistics.lo inspector/libgtk_3_la-strv-editor.lo inspector/libgtk_3_la-treewalk.lo inspector/libgtk_3_la-visual.lo inspector/libgtk_3_la-window.lo libgtk_3_la-gtkactionmuxer.lo libgtk_3_la-gtkactionobserver.lo libgtk_3_la-gtkactionobservable.lo libgtk_3_la-gtkactionable.lo libgtk_3_la-gtkquery.lo libgtk_3_la-gtksearchbar.lo libgtk_3_la-gtksearchentry.lo libgtk_3_la-gtksearchengine.lo libgtk_3_la-gtksearchenginesimple.lo libgtk_3_la-gtksearchenginemodel.lo libgtk_3_la-fnmatch.lo libgtk_3_la-gtkaboutdialog.lo libgtk_3_la-gtkaccelgroup.lo libgtk_3_la-gtkaccellabel.lo libgtk_3_la-gtkaccelmap.lo libgtk_3_la-gtkaccessible.lo libgtk_3_la-gtkactionbar.lo libgtk_3_la-gtkactionhelper.lo libgtk_3_la-gtkadjustment.lo libgtk_3_la-gtkallocatedbitmask.lo libgtk_3_la-gtkappchooser.lo libgtk_3_la-gtkappchooserwidget.lo libgtk_3_la-gtkappchooserbutton.lo libgtk_3_la-gtkappchooserdialog.lo libgtk_3_la-gtkapplication.lo libgtk_3_la-gtkapplicationaccels.lo libgtk_3_la-gtkapplicationimpl.lo libgtk_3_la-gtkapplicationwindow.lo libgtk_3_la-gtkaspectframe.lo libgtk_3_la-gtkassistant.lo libgtk_3_la-gtkbbox.lo libgtk_3_la-gtkbin.lo libgtk_3_la-gtkbindings.lo libgtk_3_la-gtkbookmarksmanager.lo libgtk_3_la-gtkborder.lo libgtk_3_la-gtkbox.lo libgtk_3_la-gtkboxgadget.lo libgtk_3_la-gtkbuildable.lo libgtk_3_la-gtkbuilder.lo libgtk_3_la-gtkbuilderparser.lo libgtk_3_la-gtkbuilder-menus.lo libgtk_3_la-gtkbuiltinicon.lo libgtk_3_la-gtkbutton.lo libgtk_3_la-gtkcairoblur.lo libgtk_3_la-gtkcalendar.lo libgtk_3_la-gtkcellarea.lo libgtk_3_la-gtkcellareabox.lo libgtk_3_la-gtkcellareaboxcontext.lo libgtk_3_la-gtkcellareacontext.lo libgtk_3_la-gtkcelleditable.lo libgtk_3_la-gtkcelllayout.lo libgtk_3_la-gtkcellrenderer.lo libgtk_3_la-gtkcellrendereraccel.lo libgtk_3_la-gtkcellrenderercombo.lo libgtk_3_la-gtkcellrendererpixbuf.lo libgtk_3_la-gtkcellrendererprogress.lo libgtk_3_la-gtkcellrendererspin.lo libgtk_3_la-gtkcellrendererspinner.lo libgtk_3_la-gtkcellrenderertext.lo libgtk_3_la-gtkcellrenderertoggle.lo libgtk_3_la-gtkcellview.lo libgtk_3_la-gtkcheckbutton.lo libgtk_3_la-gtkcheckmenuitem.lo libgtk_3_la-gtkcolorbutton.lo libgtk_3_la-gtkcolorchooser.lo libgtk_3_la-gtkcolorchooserwidget.lo libgtk_3_la-gtkcolorchooserdialog.lo libgtk_3_la-gtkcoloreditor.lo libgtk_3_la-gtkcolorplane.lo libgtk_3_la-gtkcolorscale.lo libgtk_3_la-gtkcolorswatch.lo libgtk_3_la-gtkcolorutils.lo libgtk_3_la-gtkcombobox.lo libgtk_3_la-gtkcomboboxtext.lo libgtk_3_la-gtkcomposetable.lo libgtk_3_la-gtkcontainer.lo libgtk_3_la-gtkcssanimation.lo libgtk_3_la-gtkcssanimatedstyle.lo libgtk_3_la-gtkcssarrayvalue.lo libgtk_3_la-gtkcssbgsizevalue.lo libgtk_3_la-gtkcssbordervalue.lo libgtk_3_la-gtkcsscalcvalue.lo libgtk_3_la-gtkcsscolorvalue.lo libgtk_3_la-gtkcsscornervalue.lo libgtk_3_la-gtkcsscustomgadget.lo libgtk_3_la-gtkcsscustomproperty.lo libgtk_3_la-gtkcssdimensionvalue.lo libgtk_3_la-gtkcsseasevalue.lo libgtk_3_la-gtkcssenumvalue.lo libgtk_3_la-gtkcssenginevalue.lo libgtk_3_la-gtkcssgadget.lo libgtk_3_la-gtkcssiconthemevalue.lo libgtk_3_la-gtkcssimage.lo libgtk_3_la-gtkcssimagebuiltin.lo libgtk_3_la-gtkcssimagecrossfade.lo libgtk_3_la-gtkcssimagefallback.lo libgtk_3_la-gtkcssimagegradient.lo libgtk_3_la-gtkcssimageicontheme.lo libgtk_3_la-gtkcssimagelinear.lo libgtk_3_la-gtkcssimageradial.lo libgtk_3_la-gtkcssimagesurface.lo libgtk_3_la-gtkcssimageurl.lo libgtk_3_la-gtkcssimagerecolor.lo libgtk_3_la-gtkcssimagescaled.lo libgtk_3_la-gtkcssimagevalue.lo libgtk_3_la-gtkcssimagewin32.lo libgtk_3_la-gtkcssinheritvalue.lo libgtk_3_la-gtkcssinitialvalue.lo libgtk_3_la-gtkcsskeyframes.lo libgtk_3_la-gtkcsslookup.lo libgtk_3_la-gtkcssmatcher.lo libgtk_3_la-gtkcssnode.lo libgtk_3_la-gtkcssnodedeclaration.lo libgtk_3_la-gtkcssnodestylecache.lo libgtk_3_la-gtkcssnumbervalue.lo libgtk_3_la-gtkcsspalettevalue.lo libgtk_3_la-gtkcssparser.lo libgtk_3_la-gtkcsspathnode.lo libgtk_3_la-gtkcsspositionvalue.lo libgtk_3_la-gtkcssprovider.lo libgtk_3_la-gtkcssrepeatvalue.lo libgtk_3_la-gtkcssrgbavalue.lo libgtk_3_la-gtkcsssection.lo libgtk_3_la-gtkcssselector.lo libgtk_3_la-gtkcssstringvalue.lo libgtk_3_la-gtkcssstyle.lo libgtk_3_la-gtkcssstylechange.lo libgtk_3_la-gtkcssshadowsvalue.lo libgtk_3_la-gtkcssshadowvalue.lo libgtk_3_la-gtkcssshorthandproperty.lo libgtk_3_la-gtkcssshorthandpropertyimpl.lo libgtk_3_la-gtkcssstaticstyle.lo libgtk_3_la-gtkcssstylefuncs.lo libgtk_3_la-gtkcssstyleproperty.lo libgtk_3_la-gtkcssstylepropertyimpl.lo libgtk_3_la-gtkcsstransformvalue.lo libgtk_3_la-gtkcsstransientnode.lo libgtk_3_la-gtkcsstransition.lo libgtk_3_la-gtkcsstypedvalue.lo libgtk_3_la-gtkcssunsetvalue.lo libgtk_3_la-gtkcsstypes.lo libgtk_3_la-gtkcssvalue.lo libgtk_3_la-gtkcsswidgetnode.lo libgtk_3_la-gtkcsswin32sizevalue.lo libgtk_3_la-gtkdialog.lo libgtk_3_la-gtkdragsource.lo libgtk_3_la-gtkdrawingarea.lo libgtk_3_la-gtkeditable.lo libgtk_3_la-gtkentry.lo libgtk_3_la-gtkentrybuffer.lo libgtk_3_la-gtkentrycompletion.lo libgtk_3_la-gtkeventbox.lo libgtk_3_la-gtkeventcontroller.lo libgtk_3_la-gtkexpander.lo libgtk_3_la-gtkfilechooser.lo libgtk_3_la-gtkfilechooserbutton.lo libgtk_3_la-gtkfilechooserdialog.lo libgtk_3_la-gtkfilechooserembed.lo libgtk_3_la-gtkfilechooserentry.lo libgtk_3_la-gtkfilechoosernative.lo libgtk_3_la-gtkfilechoosernativeportal.lo libgtk_3_la-gtkfilechooserutils.lo libgtk_3_la-gtkfilechooserwidget.lo libgtk_3_la-gtkfilefilter.lo libgtk_3_la-gtkfilesystem.lo libgtk_3_la-gtkfilesystemmodel.lo libgtk_3_la-gtkfixed.lo libgtk_3_la-gtkflowbox.lo libgtk_3_la-gtkfontbutton.lo libgtk_3_la-gtkfontchooser.lo libgtk_3_la-gtkfontchooserdialog.lo libgtk_3_la-gtkfontchooserutils.lo libgtk_3_la-gtkfontchooserwidget.lo libgtk_3_la-gtkframe.lo libgtk_3_la-gtkgladecatalog.lo libgtk_3_la-gtkgesture.lo libgtk_3_la-gtkgesturedrag.lo libgtk_3_la-gtkgesturelongpress.lo libgtk_3_la-gtkgesturemultipress.lo libgtk_3_la-gtkgesturepan.lo libgtk_3_la-gtkgesturerotate.lo libgtk_3_la-gtkgesturesingle.lo libgtk_3_la-gtkgestureswipe.lo libgtk_3_la-gtkgesturezoom.lo libgtk_3_la-gtkglarea.lo libgtk_3_la-gtkgrid.lo libgtk_3_la-gtkheaderbar.lo libgtk_3_la-gtkhsla.lo libgtk_3_la-gtkicon.lo libgtk_3_la-gtkiconcache.lo libgtk_3_la-gtkiconcachevalidator.lo libgtk_3_la-gtkiconhelper.lo libgtk_3_la-gtkicontheme.lo libgtk_3_la-gtkiconview.lo libgtk_3_la-gtkimage.lo libgtk_3_la-gtkimagedefinition.lo libgtk_3_la-gtkimcontext.lo libgtk_3_la-gtkimcontextsimple.lo libgtk_3_la-gtkimmodule.lo libgtk_3_la-gtkimmulticontext.lo libgtk_3_la-gtkinfobar.lo libgtk_3_la-gtkinvisible.lo libgtk_3_la-gtkkeyhash.lo libgtk_3_la-gtkkineticscrolling.lo libgtk_3_la-gtklabel.lo libgtk_3_la-gtklayout.lo libgtk_3_la-gtklevelbar.lo libgtk_3_la-gtklinkbutton.lo libgtk_3_la-gtklistbox.lo libgtk_3_la-gtkliststore.lo libgtk_3_la-gtklockbutton.lo libgtk_3_la-gtkmain.lo libgtk_3_la-gtkmagnifier.lo libgtk_3_la-gtkmarshalers.lo libgtk_3_la-gtkmenu.lo libgtk_3_la-gtkmenubar.lo libgtk_3_la-gtkmenubutton.lo libgtk_3_la-gtkmenuitem.lo libgtk_3_la-gtkmenusectionbox.lo libgtk_3_la-gtkmenushell.lo libgtk_3_la-gtkmenutracker.lo libgtk_3_la-gtkmenutrackeritem.lo libgtk_3_la-gtkmenutoolbutton.lo libgtk_3_la-gtkmessagedialog.lo libgtk_3_la-gtkmnemonichash.lo libgtk_3_la-gtkmodelmenuitem.lo libgtk_3_la-gtkmodelbutton.lo libgtk_3_la-gtkmodifierstyle.lo libgtk_3_la-gtkmodules.lo libgtk_3_la-gtkmountoperation.lo libgtk_3_la-gtknativedialog.lo libgtk_3_la-gtknotebook.lo libgtk_3_la-gtkoffscreenwindow.lo libgtk_3_la-gtkorientable.lo libgtk_3_la-gtkoverlay.lo libgtk_3_la-gtkpadcontroller.lo libgtk_3_la-gtkpagesetup.lo libgtk_3_la-gtkpaned.lo libgtk_3_la-gtkpango.lo libgtk_3_la-gtkpapersize.lo libgtk_3_la-gtkpathbar.lo libgtk_3_la-gtkplacessidebar.lo libgtk_3_la-gtkplacesview.lo libgtk_3_la-gtkplacesviewrow.lo libgtk_3_la-gtkprintcontext.lo libgtk_3_la-gtkprintoperation.lo libgtk_3_la-gtkprintoperationpreview.lo libgtk_3_la-gtkprintsettings.lo libgtk_3_la-gtkprintutils.lo libgtk_3_la-gtkprivate.lo libgtk_3_la-gtkprivatetypebuiltins.lo libgtk_3_la-gtkprogressbar.lo libgtk_3_la-gtkprogresstracker.lo libgtk_3_la-gtkpixelcache.lo libgtk_3_la-gtkpopover.lo libgtk_3_la-gtkpopovermenu.lo libgtk_3_la-gtkradiobutton.lo libgtk_3_la-gtkradiomenuitem.lo libgtk_3_la-gtkradiotoolbutton.lo libgtk_3_la-gtkrange.lo libgtk_3_la-gtkrbtree.lo libgtk_3_la-gtkrecentchooserdefault.lo libgtk_3_la-gtkrecentchooserdialog.lo libgtk_3_la-gtkrecentchoosermenu.lo libgtk_3_la-gtkrecentchooserwidget.lo libgtk_3_la-gtkrecentchooserutils.lo libgtk_3_la-gtkrecentchooser.lo libgtk_3_la-gtkrecentfilter.lo libgtk_3_la-gtkrecentmanager.lo libgtk_3_la-gtkrender.lo libgtk_3_la-gtkrenderbackground.lo libgtk_3_la-gtkrenderborder.lo libgtk_3_la-gtkrendericon.lo libgtk_3_la-gtkresources.lo libgtk_3_la-gtkrevealer.lo libgtk_3_la-gtkroundedbox.lo libgtk_3_la-gtkscale.lo libgtk_3_la-gtkscalebutton.lo libgtk_3_la-gtkscrollable.lo libgtk_3_la-gtkscrollbar.lo libgtk_3_la-gtkscrolledwindow.lo libgtk_3_la-gtkselection.lo libgtk_3_la-gtkseparator.lo libgtk_3_la-gtkseparatormenuitem.lo libgtk_3_la-gtkseparatortoolitem.lo libgtk_3_la-gtksettings.lo libgtk_3_la-gtkshortcutsgroup.lo libgtk_3_la-gtkshortcutlabel.lo libgtk_3_la-gtkshortcutsshortcut.lo libgtk_3_la-gtkshortcutssection.lo libgtk_3_la-gtkshortcutswindow.lo libgtk_3_la-gtksidebarrow.lo libgtk_3_la-gtksizegroup.lo libgtk_3_la-gtksizerequest.lo libgtk_3_la-gtksizerequestcache.lo libgtk_3_la-gtkshow.lo libgtk_3_la-gtkstacksidebar.lo libgtk_3_la-gtkspinbutton.lo libgtk_3_la-gtkspinner.lo libgtk_3_la-gtkstack.lo libgtk_3_la-gtkstackswitcher.lo libgtk_3_la-gtkstatusbar.lo libgtk_3_la-gtkstyleanimation.lo libgtk_3_la-gtkstylecascade.lo libgtk_3_la-gtkstylecontext.lo libgtk_3_la-gtkstyleproperty.lo libgtk_3_la-gtkstyleprovider.lo libgtk_3_la-gtkstyleproviderprivate.lo libgtk_3_la-gtkswitch.lo libgtk_3_la-gtktestutils.lo libgtk_3_la-gtktextattributes.lo libgtk_3_la-gtktextbtree.lo libgtk_3_la-gtktextbuffer.lo libgtk_3_la-gtktextbufferrichtext.lo libgtk_3_la-gtktextbufferserialize.lo libgtk_3_la-gtktextchild.lo libgtk_3_la-gtktextdisplay.lo libgtk_3_la-gtktexthandle.lo libgtk_3_la-gtktextiter.lo libgtk_3_la-gtktextlayout.lo libgtk_3_la-gtktextmark.lo libgtk_3_la-gtktextsegment.lo libgtk_3_la-gtktexttag.lo libgtk_3_la-gtktexttagtable.lo libgtk_3_la-gtktexttypes.lo libgtk_3_la-gtktextutil.lo libgtk_3_la-gtktextview.lo libgtk_3_la-gtktogglebutton.lo libgtk_3_la-gtktoggletoolbutton.lo libgtk_3_la-gtktoolbar.lo libgtk_3_la-gtktoolbutton.lo libgtk_3_la-gtktoolitem.lo libgtk_3_la-gtktoolitemgroup.lo libgtk_3_la-gtktoolpalette.lo libgtk_3_la-gtktoolshell.lo libgtk_3_la-gtktooltip.lo libgtk_3_la-gtktooltipwindow.lo libgtk_3_la-gtktrashmonitor.lo libgtk_3_la-gtktreedatalist.lo libgtk_3_la-gtktreednd.lo libgtk_3_la-gtktreemenu.lo libgtk_3_la-gtktreemodel.lo libgtk_3_la-gtktreemodelfilter.lo libgtk_3_la-gtktreemodelsort.lo libgtk_3_la-gtktreeselection.lo libgtk_3_la-gtktreesortable.lo libgtk_3_la-gtktreestore.lo libgtk_3_la-gtktreeview.lo libgtk_3_la-gtktreeviewcolumn.lo libgtk_3_la-gtktypebuiltins.lo libgtk_3_la-gtkutils.lo libgtk_3_la-gtkvolumebutton.lo libgtk_3_la-gtkviewport.lo libgtk_3_la-gtkwidget.lo libgtk_3_la-gtkwidgetpath.lo libgtk_3_la-gtkwindow.lo libgtk_3_la-gtkwindowgroup.lo libgtk_3_la-gtkwin32draw.lo libgtk_3_la-gtkwin32theme.lo libgtk_3_la-gdkpixbufutils.lo  libgtk_3_la-gtkclipboard.lo libgtk_3_la-gtkdnd.lo libgtk_3_la-gtkdragdest.lo libgtk_3_la-gtkcustompaperunixdialog.lo libgtk_3_la-gtkpagesetupunixdialog.lo libgtk_3_la-gtkprinter.lo libgtk_3_la-gtkprinteroption.lo libgtk_3_la-gtkprinteroptionset.lo libgtk_3_la-gtkprinteroptionwidget.lo libgtk_3_la-gtkprintjob.lo libgtk_3_la-gtkprintoperation-unix.lo libgtk_3_la-gtkprintoperation-portal.lo libgtk_3_la-gtkprintunixdialog.lo libgtk_3_la-gtkprintbackend.lo libgtk_3_la-gtksearchenginetracker.lo   libgtk_3_la-gtkapplication-wayland.lo libgtk_3_la-gtkapplication-dbus.lo    libgtk_3_la-gtkmountoperation-stub.lo libgtk_3_la-gtkdbusgenerated.lo ../gdk/libgdk-3.la -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm   -lm  
libtool: link: gcc -shared  -fPIC -DPIC  a11y/.libs/libgtk_3_la-gtkaccessibility.o a11y/.libs/libgtk_3_la-gtkaccessibilitymisc.o a11y/.libs/libgtk_3_la-gtkaccessibilityutil.o a11y/.libs/libgtk_3_la-gtkarrowaccessible.o a11y/.libs/libgtk_3_la-gtkbooleancellaccessible.o a11y/.libs/libgtk_3_la-gtkbuttonaccessible.o a11y/.libs/libgtk_3_la-gtkcellaccessible.o a11y/.libs/libgtk_3_la-gtkcellaccessibleparent.o a11y/.libs/libgtk_3_la-gtkcheckmenuitemaccessible.o a11y/.libs/libgtk_3_la-gtkcolorswatchaccessible.o a11y/.libs/libgtk_3_la-gtkcomboboxaccessible.o a11y/.libs/libgtk_3_la-gtkcontaineraccessible.o a11y/.libs/libgtk_3_la-gtkcontainercellaccessible.o a11y/.libs/libgtk_3_la-gtkentryaccessible.o a11y/.libs/libgtk_3_la-gtkexpanderaccessible.o a11y/.libs/libgtk_3_la-gtkflowboxaccessible.o a11y/.libs/libgtk_3_la-gtkflowboxchildaccessible.o a11y/.libs/libgtk_3_la-gtkframeaccessible.o a11y/.libs/libgtk_3_la-gtkiconviewaccessible.o a11y/.libs/libgtk_3_la-gtkimageaccessible.o a11y/.libs/libgtk_3_la-gtkimagecellaccessible.o a11y/.libs/libgtk_3_la-gtklabelaccessible.o a11y/.libs/libgtk_3_la-gtklevelbaraccessible.o a11y/.libs/libgtk_3_la-gtklinkbuttonaccessible.o a11y/.libs/libgtk_3_la-gtklistboxaccessible.o a11y/.libs/libgtk_3_la-gtklistboxrowaccessible.o a11y/.libs/libgtk_3_la-gtklockbuttonaccessible.o a11y/.libs/libgtk_3_la-gtkmenuaccessible.o a11y/.libs/libgtk_3_la-gtkmenubuttonaccessible.o a11y/.libs/libgtk_3_la-gtkmenushellaccessible.o a11y/.libs/libgtk_3_la-gtkmenuitemaccessible.o a11y/.libs/libgtk_3_la-gtknotebookaccessible.o a11y/.libs/libgtk_3_la-gtknotebookpageaccessible.o a11y/.libs/libgtk_3_la-gtkpanedaccessible.o a11y/.libs/libgtk_3_la-gtkpopoveraccessible.o a11y/.libs/libgtk_3_la-gtkprogressbaraccessible.o a11y/.libs/libgtk_3_la-gtkradiobuttonaccessible.o a11y/.libs/libgtk_3_la-gtkradiomenuitemaccessible.o a11y/.libs/libgtk_3_la-gtkrangeaccessible.o a11y/.libs/libgtk_3_la-gtkrenderercellaccessible.o a11y/.libs/libgtk_3_la-gtkscaleaccessible.o a11y/.libs/libgtk_3_la-gtkscalebuttonaccessible.o a11y/.libs/libgtk_3_la-gtkscrolledwindowaccessible.o a11y/.libs/libgtk_3_la-gtkspinbuttonaccessible.o a11y/.libs/libgtk_3_la-gtkspinneraccessible.o a11y/.libs/libgtk_3_la-gtkstatusbaraccessible.o a11y/.libs/libgtk_3_la-gtkstackaccessible.o a11y/.libs/libgtk_3_la-gtkswitchaccessible.o a11y/.libs/libgtk_3_la-gtktextcellaccessible.o a11y/.libs/libgtk_3_la-gtktextviewaccessible.o a11y/.libs/libgtk_3_la-gtktogglebuttonaccessible.o a11y/.libs/libgtk_3_la-gtktoplevelaccessible.o a11y/.libs/libgtk_3_la-gtktreeviewaccessible.o a11y/.libs/libgtk_3_la-gtkwidgetaccessible.o a11y/.libs/libgtk_3_la-gtkwindowaccessible.o deprecated/.libs/libgtk_3_la-gtkactivatable.o deprecated/.libs/libgtk_3_la-gtkaction.o deprecated/.libs/libgtk_3_la-gtkactiongroup.o deprecated/.libs/libgtk_3_la-gtkalignment.o deprecated/.libs/libgtk_3_la-gtkarrow.o deprecated/.libs/libgtk_3_la-gtkcolorsel.o deprecated/.libs/libgtk_3_la-gtkcolorseldialog.o deprecated/.libs/libgtk_3_la-gtkfontsel.o deprecated/.libs/libgtk_3_la-gtkgradient.o deprecated/.libs/libgtk_3_la-gtkhandlebox.o deprecated/.libs/libgtk_3_la-gtkhbbox.o deprecated/.libs/libgtk_3_la-gtkhbox.o deprecated/.libs/libgtk_3_la-gtkhpaned.o deprecated/.libs/libgtk_3_la-gtkhscale.o deprecated/.libs/libgtk_3_la-gtkhscrollbar.o deprecated/.libs/libgtk_3_la-gtkhseparator.o deprecated/.libs/libgtk_3_la-gtkhsv.o deprecated/.libs/libgtk_3_la-gtkiconfactory.o deprecated/.libs/libgtk_3_la-gtkimagemenuitem.o deprecated/.libs/libgtk_3_la-gtkmisc.o deprecated/.libs/libgtk_3_la-gtknumerableicon.o deprecated/.libs/libgtk_3_la-gtkradioaction.o deprecated/.libs/libgtk_3_la-gtkrc.o deprecated/.libs/libgtk_3_la-gtkrecentaction.o deprecated/.libs/libgtk_3_la-gtkstatusicon.o deprecated/.libs/libgtk_3_la-gtkstock.o deprecated/.libs/libgtk_3_la-gtkstyle.o deprecated/.libs/libgtk_3_la-gtkstyleproperties.o deprecated/.libs/libgtk_3_la-gtksymboliccolor.o deprecated/.libs/libgtk_3_la-gtktable.o deprecated/.libs/libgtk_3_la-gtktearoffmenuitem.o deprecated/.libs/libgtk_3_la-gtkthemingengine.o deprecated/.libs/libgtk_3_la-gtktoggleaction.o deprecated/.libs/libgtk_3_la-gtkuimanager.o deprecated/.libs/libgtk_3_la-gtkvbbox.o deprecated/.libs/libgtk_3_la-gtkvbox.o deprecated/.libs/libgtk_3_la-gtkvscale.o deprecated/.libs/libgtk_3_la-gtkvscrollbar.o deprecated/.libs/libgtk_3_la-gtkvseparator.o deprecated/.libs/libgtk_3_la-gtkvpaned.o inspector/.libs/libgtk_3_la-action-editor.o inspector/.libs/libgtk_3_la-actions.o inspector/.libs/libgtk_3_la-cellrenderergraph.o inspector/.libs/libgtk_3_la-css-editor.o inspector/.libs/libgtk_3_la-css-node-tree.o inspector/.libs/libgtk_3_la-data-list.o inspector/.libs/libgtk_3_la-general.o inspector/.libs/libgtk_3_la-gestures.o inspector/.libs/libgtk_3_la-graphdata.o inspector/.libs/libgtk_3_la-gtkstackcombo.o inspector/.libs/libgtk_3_la-gtktreemodelcssnode.o inspector/.libs/libgtk_3_la-init.o inspector/.libs/libgtk_3_la-inspect-button.o inspector/.libs/libgtk_3_la-magnifier.o inspector/.libs/libgtk_3_la-menu.o inspector/.libs/libgtk_3_la-misc-info.o inspector/.libs/libgtk_3_la-object-hierarchy.o inspector/.libs/libgtk_3_la-object-tree.o inspector/.libs/libgtk_3_la-prop-editor.o inspector/.libs/libgtk_3_la-prop-list.o inspector/.libs/libgtk_3_la-resource-list.o inspector/.libs/libgtk_3_la-selector.o inspector/.libs/libgtk_3_la-signals-list.o inspector/.libs/libgtk_3_la-size-groups.o inspector/.libs/libgtk_3_la-statistics.o inspector/.libs/libgtk_3_la-strv-editor.o inspector/.libs/libgtk_3_la-treewalk.o inspector/.libs/libgtk_3_la-visual.o inspector/.libs/libgtk_3_la-window.o .libs/libgtk_3_la-gtkactionmuxer.o .libs/libgtk_3_la-gtkactionobserver.o .libs/libgtk_3_la-gtkactionobservable.o .libs/libgtk_3_la-gtkactionable.o .libs/libgtk_3_la-gtkquery.o .libs/libgtk_3_la-gtksearchbar.o .libs/libgtk_3_la-gtksearchentry.o .libs/libgtk_3_la-gtksearchengine.o .libs/libgtk_3_la-gtksearchenginesimple.o .libs/libgtk_3_la-gtksearchenginemodel.o .libs/libgtk_3_la-fnmatch.o .libs/libgtk_3_la-gtkaboutdialog.o .libs/libgtk_3_la-gtkaccelgroup.o .libs/libgtk_3_la-gtkaccellabel.o .libs/libgtk_3_la-gtkaccelmap.o .libs/libgtk_3_la-gtkaccessible.o .libs/libgtk_3_la-gtkactionbar.o .libs/libgtk_3_la-gtkactionhelper.o .libs/libgtk_3_la-gtkadjustment.o .libs/libgtk_3_la-gtkallocatedbitmask.o .libs/libgtk_3_la-gtkappchooser.o .libs/libgtk_3_la-gtkappchooserwidget.o .libs/libgtk_3_la-gtkappchooserbutton.o .libs/libgtk_3_la-gtkappchooserdialog.o .libs/libgtk_3_la-gtkapplication.o .libs/libgtk_3_la-gtkapplicationaccels.o .libs/libgtk_3_la-gtkapplicationimpl.o .libs/libgtk_3_la-gtkapplicationwindow.o .libs/libgtk_3_la-gtkaspectframe.o .libs/libgtk_3_la-gtkassistant.o .libs/libgtk_3_la-gtkbbox.o .libs/libgtk_3_la-gtkbin.o .libs/libgtk_3_la-gtkbindings.o .libs/libgtk_3_la-gtkbookmarksmanager.o .libs/libgtk_3_la-gtkborder.o .libs/libgtk_3_la-gtkbox.o .libs/libgtk_3_la-gtkboxgadget.o .libs/libgtk_3_la-gtkbuildable.o .libs/libgtk_3_la-gtkbuilder.o .libs/libgtk_3_la-gtkbuilderparser.o .libs/libgtk_3_la-gtkbuilder-menus.o .libs/libgtk_3_la-gtkbuiltinicon.o .libs/libgtk_3_la-gtkbutton.o .libs/libgtk_3_la-gtkcairoblur.o .libs/libgtk_3_la-gtkcalendar.o .libs/libgtk_3_la-gtkcellarea.o .libs/libgtk_3_la-gtkcellareabox.o .libs/libgtk_3_la-gtkcellareaboxcontext.o .libs/libgtk_3_la-gtkcellareacontext.o .libs/libgtk_3_la-gtkcelleditable.o .libs/libgtk_3_la-gtkcelllayout.o .libs/libgtk_3_la-gtkcellrenderer.o .libs/libgtk_3_la-gtkcellrendereraccel.o .libs/libgtk_3_la-gtkcellrenderercombo.o .libs/libgtk_3_la-gtkcellrendererpixbuf.o .libs/libgtk_3_la-gtkcellrendererprogress.o .libs/libgtk_3_la-gtkcellrendererspin.o .libs/libgtk_3_la-gtkcellrendererspinner.o .libs/libgtk_3_la-gtkcellrenderertext.o .libs/libgtk_3_la-gtkcellrenderertoggle.o .libs/libgtk_3_la-gtkcellview.o .libs/libgtk_3_la-gtkcheckbutton.o .libs/libgtk_3_la-gtkcheckmenuitem.o .libs/libgtk_3_la-gtkcolorbutton.o .libs/libgtk_3_la-gtkcolorchooser.o .libs/libgtk_3_la-gtkcolorchooserwidget.o .libs/libgtk_3_la-gtkcolorchooserdialog.o .libs/libgtk_3_la-gtkcoloreditor.o .libs/libgtk_3_la-gtkcolorplane.o .libs/libgtk_3_la-gtkcolorscale.o .libs/libgtk_3_la-gtkcolorswatch.o .libs/libgtk_3_la-gtkcolorutils.o .libs/libgtk_3_la-gtkcombobox.o .libs/libgtk_3_la-gtkcomboboxtext.o .libs/libgtk_3_la-gtkcomposetable.o .libs/libgtk_3_la-gtkcontainer.o .libs/libgtk_3_la-gtkcssanimation.o .libs/libgtk_3_la-gtkcssanimatedstyle.o .libs/libgtk_3_la-gtkcssarrayvalue.o .libs/libgtk_3_la-gtkcssbgsizevalue.o .libs/libgtk_3_la-gtkcssbordervalue.o .libs/libgtk_3_la-gtkcsscalcvalue.o .libs/libgtk_3_la-gtkcsscolorvalue.o .libs/libgtk_3_la-gtkcsscornervalue.o .libs/libgtk_3_la-gtkcsscustomgadget.o .libs/libgtk_3_la-gtkcsscustomproperty.o .libs/libgtk_3_la-gtkcssdimensionvalue.o .libs/libgtk_3_la-gtkcsseasevalue.o .libs/libgtk_3_la-gtkcssenumvalue.o .libs/libgtk_3_la-gtkcssenginevalue.o .libs/libgtk_3_la-gtkcssgadget.o .libs/libgtk_3_la-gtkcssiconthemevalue.o .libs/libgtk_3_la-gtkcssimage.o .libs/libgtk_3_la-gtkcssimagebuiltin.o .libs/libgtk_3_la-gtkcssimagecrossfade.o .libs/libgtk_3_la-gtkcssimagefallback.o .libs/libgtk_3_la-gtkcssimagegradient.o .libs/libgtk_3_la-gtkcssimageicontheme.o .libs/libgtk_3_la-gtkcssimagelinear.o .libs/libgtk_3_la-gtkcssimageradial.o .libs/libgtk_3_la-gtkcssimagesurface.o .libs/libgtk_3_la-gtkcssimageurl.o .libs/libgtk_3_la-gtkcssimagerecolor.o .libs/libgtk_3_la-gtkcssimagescaled.o .libs/libgtk_3_la-gtkcssimagevalue.o .libs/libgtk_3_la-gtkcssimagewin32.o .libs/libgtk_3_la-gtkcssinheritvalue.o .libs/libgtk_3_la-gtkcssinitialvalue.o .libs/libgtk_3_la-gtkcsskeyframes.o .libs/libgtk_3_la-gtkcsslookup.o .libs/libgtk_3_la-gtkcssmatcher.o .libs/libgtk_3_la-gtkcssnode.o .libs/libgtk_3_la-gtkcssnodedeclaration.o .libs/libgtk_3_la-gtkcssnodestylecache.o .libs/libgtk_3_la-gtkcssnumbervalue.o .libs/libgtk_3_la-gtkcsspalettevalue.o .libs/libgtk_3_la-gtkcssparser.o .libs/libgtk_3_la-gtkcsspathnode.o .libs/libgtk_3_la-gtkcsspositionvalue.o .libs/libgtk_3_la-gtkcssprovider.o .libs/libgtk_3_la-gtkcssrepeatvalue.o .libs/libgtk_3_la-gtkcssrgbavalue.o .libs/libgtk_3_la-gtkcsssection.o .libs/libgtk_3_la-gtkcssselector.o .libs/libgtk_3_la-gtkcssstringvalue.o .libs/libgtk_3_la-gtkcssstyle.o .libs/libgtk_3_la-gtkcssstylechange.o .libs/libgtk_3_la-gtkcssshadowsvalue.o .libs/libgtk_3_la-gtkcssshadowvalue.o .libs/libgtk_3_la-gtkcssshorthandproperty.o .libs/libgtk_3_la-gtkcssshorthandpropertyimpl.o .libs/libgtk_3_la-gtkcssstaticstyle.o .libs/libgtk_3_la-gtkcssstylefuncs.o .libs/libgtk_3_la-gtkcssstyleproperty.o .libs/libgtk_3_la-gtkcssstylepropertyimpl.o .libs/libgtk_3_la-gtkcsstransformvalue.o .libs/libgtk_3_la-gtkcsstransientnode.o .libs/libgtk_3_la-gtkcsstransition.o .libs/libgtk_3_la-gtkcsstypedvalue.o .libs/libgtk_3_la-gtkcssunsetvalue.o .libs/libgtk_3_la-gtkcsstypes.o .libs/libgtk_3_la-gtkcssvalue.o .libs/libgtk_3_la-gtkcsswidgetnode.o .libs/libgtk_3_la-gtkcsswin32sizevalue.o .libs/libgtk_3_la-gtkdialog.o .libs/libgtk_3_la-gtkdragsource.o .libs/libgtk_3_la-gtkdrawingarea.o .libs/libgtk_3_la-gtkeditable.o .libs/libgtk_3_la-gtkentry.o .libs/libgtk_3_la-gtkentrybuffer.o .libs/libgtk_3_la-gtkentrycompletion.o .libs/libgtk_3_la-gtkeventbox.o .libs/libgtk_3_la-gtkeventcontroller.o .libs/libgtk_3_la-gtkexpander.o .libs/libgtk_3_la-gtkfilechooser.o .libs/libgtk_3_la-gtkfilechooserbutton.o .libs/libgtk_3_la-gtkfilechooserdialog.o .libs/libgtk_3_la-gtkfilechooserembed.o .libs/libgtk_3_la-gtkfilechooserentry.o .libs/libgtk_3_la-gtkfilechoosernative.o .libs/libgtk_3_la-gtkfilechoosernativeportal.o .libs/libgtk_3_la-gtkfilechooserutils.o .libs/libgtk_3_la-gtkfilechooserwidget.o .libs/libgtk_3_la-gtkfilefilter.o .libs/libgtk_3_la-gtkfilesystem.o .libs/libgtk_3_la-gtkfilesystemmodel.o .libs/libgtk_3_la-gtkfixed.o .libs/libgtk_3_la-gtkflowbox.o .libs/libgtk_3_la-gtkfontbutton.o .libs/libgtk_3_la-gtkfontchooser.o .libs/libgtk_3_la-gtkfontchooserdialog.o .libs/libgtk_3_la-gtkfontchooserutils.o .libs/libgtk_3_la-gtkfontchooserwidget.o .libs/libgtk_3_la-gtkframe.o .libs/libgtk_3_la-gtkgladecatalog.o .libs/libgtk_3_la-gtkgesture.o .libs/libgtk_3_la-gtkgesturedrag.o .libs/libgtk_3_la-gtkgesturelongpress.o .libs/libgtk_3_la-gtkgesturemultipress.o .libs/libgtk_3_la-gtkgesturepan.o .libs/libgtk_3_la-gtkgesturerotate.o .libs/libgtk_3_la-gtkgesturesingle.o .libs/libgtk_3_la-gtkgestureswipe.o .libs/libgtk_3_la-gtkgesturezoom.o .libs/libgtk_3_la-gtkglarea.o .libs/libgtk_3_la-gtkgrid.o .libs/libgtk_3_la-gtkheaderbar.o .libs/libgtk_3_la-gtkhsla.o .libs/libgtk_3_la-gtkicon.o .libs/libgtk_3_la-gtkiconcache.o .libs/libgtk_3_la-gtkiconcachevalidator.o .libs/libgtk_3_la-gtkiconhelper.o .libs/libgtk_3_la-gtkicontheme.o .libs/libgtk_3_la-gtkiconview.o .libs/libgtk_3_la-gtkimage.o .libs/libgtk_3_la-gtkimagedefinition.o .libs/libgtk_3_la-gtkimcontext.o .libs/libgtk_3_la-gtkimcontextsimple.o .libs/libgtk_3_la-gtkimmodule.o .libs/libgtk_3_la-gtkimmulticontext.o .libs/libgtk_3_la-gtkinfobar.o .libs/libgtk_3_la-gtkinvisible.o .libs/libgtk_3_la-gtkkeyhash.o .libs/libgtk_3_la-gtkkineticscrolling.o .libs/libgtk_3_la-gtklabel.o .libs/libgtk_3_la-gtklayout.o .libs/libgtk_3_la-gtklevelbar.o .libs/libgtk_3_la-gtklinkbutton.o .libs/libgtk_3_la-gtklistbox.o .libs/libgtk_3_la-gtkliststore.o .libs/libgtk_3_la-gtklockbutton.o .libs/libgtk_3_la-gtkmain.o .libs/libgtk_3_la-gtkmagnifier.o .libs/libgtk_3_la-gtkmarshalers.o .libs/libgtk_3_la-gtkmenu.o .libs/libgtk_3_la-gtkmenubar.o .libs/libgtk_3_la-gtkmenubutton.o .libs/libgtk_3_la-gtkmenuitem.o .libs/libgtk_3_la-gtkmenusectionbox.o .libs/libgtk_3_la-gtkmenushell.o .libs/libgtk_3_la-gtkmenutracker.o .libs/libgtk_3_la-gtkmenutrackeritem.o .libs/libgtk_3_la-gtkmenutoolbutton.o .libs/libgtk_3_la-gtkmessagedialog.o .libs/libgtk_3_la-gtkmnemonichash.o .libs/libgtk_3_la-gtkmodelmenuitem.o .libs/libgtk_3_la-gtkmodelbutton.o .libs/libgtk_3_la-gtkmodifierstyle.o .libs/libgtk_3_la-gtkmodules.o .libs/libgtk_3_la-gtkmountoperation.o .libs/libgtk_3_la-gtknativedialog.o .libs/libgtk_3_la-gtknotebook.o .libs/libgtk_3_la-gtkoffscreenwindow.o .libs/libgtk_3_la-gtkorientable.o .libs/libgtk_3_la-gtkoverlay.o .libs/libgtk_3_la-gtkpadcontroller.o .libs/libgtk_3_la-gtkpagesetup.o .libs/libgtk_3_la-gtkpaned.o .libs/libgtk_3_la-gtkpango.o .libs/libgtk_3_la-gtkpapersize.o .libs/libgtk_3_la-gtkpathbar.o .libs/libgtk_3_la-gtkplacessidebar.o .libs/libgtk_3_la-gtkplacesview.o .libs/libgtk_3_la-gtkplacesviewrow.o .libs/libgtk_3_la-gtkprintcontext.o .libs/libgtk_3_la-gtkprintoperation.o .libs/libgtk_3_la-gtkprintoperationpreview.o .libs/libgtk_3_la-gtkprintsettings.o .libs/libgtk_3_la-gtkprintutils.o .libs/libgtk_3_la-gtkprivate.o .libs/libgtk_3_la-gtkprivatetypebuiltins.o .libs/libgtk_3_la-gtkprogressbar.o .libs/libgtk_3_la-gtkprogresstracker.o .libs/libgtk_3_la-gtkpixelcache.o .libs/libgtk_3_la-gtkpopover.o .libs/libgtk_3_la-gtkpopovermenu.o .libs/libgtk_3_la-gtkradiobutton.o .libs/libgtk_3_la-gtkradiomenuitem.o .libs/libgtk_3_la-gtkradiotoolbutton.o .libs/libgtk_3_la-gtkrange.o .libs/libgtk_3_la-gtkrbtree.o .libs/libgtk_3_la-gtkrecentchooserdefault.o .libs/libgtk_3_la-gtkrecentchooserdialog.o .libs/libgtk_3_la-gtkrecentchoosermenu.o .libs/libgtk_3_la-gtkrecentchooserwidget.o .libs/libgtk_3_la-gtkrecentchooserutils.o .libs/libgtk_3_la-gtkrecentchooser.o .libs/libgtk_3_la-gtkrecentfilter.o .libs/libgtk_3_la-gtkrecentmanager.o .libs/libgtk_3_la-gtkrender.o .libs/libgtk_3_la-gtkrenderbackground.o .libs/libgtk_3_la-gtkrenderborder.o .libs/libgtk_3_la-gtkrendericon.o .libs/libgtk_3_la-gtkresources.o .libs/libgtk_3_la-gtkrevealer.o .libs/libgtk_3_la-gtkroundedbox.o .libs/libgtk_3_la-gtkscale.o .libs/libgtk_3_la-gtkscalebutton.o .libs/libgtk_3_la-gtkscrollable.o .libs/libgtk_3_la-gtkscrollbar.o .libs/libgtk_3_la-gtkscrolledwindow.o .libs/libgtk_3_la-gtkselection.o .libs/libgtk_3_la-gtkseparator.o .libs/libgtk_3_la-gtkseparatormenuitem.o .libs/libgtk_3_la-gtkseparatortoolitem.o .libs/libgtk_3_la-gtksettings.o .libs/libgtk_3_la-gtkshortcutsgroup.o .libs/libgtk_3_la-gtkshortcutlabel.o .libs/libgtk_3_la-gtkshortcutsshortcut.o .libs/libgtk_3_la-gtkshortcutssection.o .libs/libgtk_3_la-gtkshortcutswindow.o .libs/libgtk_3_la-gtksidebarrow.o .libs/libgtk_3_la-gtksizegroup.o .libs/libgtk_3_la-gtksizerequest.o .libs/libgtk_3_la-gtksizerequestcache.o .libs/libgtk_3_la-gtkshow.o .libs/libgtk_3_la-gtkstacksidebar.o .libs/libgtk_3_la-gtkspinbutton.o .libs/libgtk_3_la-gtkspinner.o .libs/libgtk_3_la-gtkstack.o .libs/libgtk_3_la-gtkstackswitcher.o .libs/libgtk_3_la-gtkstatusbar.o .libs/libgtk_3_la-gtkstyleanimation.o .libs/libgtk_3_la-gtkstylecascade.o .libs/libgtk_3_la-gtkstylecontext.o .libs/libgtk_3_la-gtkstyleproperty.o .libs/libgtk_3_la-gtkstyleprovider.o .libs/libgtk_3_la-gtkstyleproviderprivate.o .libs/libgtk_3_la-gtkswitch.o .libs/libgtk_3_la-gtktestutils.o .libs/libgtk_3_la-gtktextattributes.o .libs/libgtk_3_la-gtktextbtree.o .libs/libgtk_3_la-gtktextbuffer.o .libs/libgtk_3_la-gtktextbufferrichtext.o .libs/libgtk_3_la-gtktextbufferserialize.o .libs/libgtk_3_la-gtktextchild.o .libs/libgtk_3_la-gtktextdisplay.o .libs/libgtk_3_la-gtktexthandle.o .libs/libgtk_3_la-gtktextiter.o .libs/libgtk_3_la-gtktextlayout.o .libs/libgtk_3_la-gtktextmark.o .libs/libgtk_3_la-gtktextsegment.o .libs/libgtk_3_la-gtktexttag.o .libs/libgtk_3_la-gtktexttagtable.o .libs/libgtk_3_la-gtktexttypes.o .libs/libgtk_3_la-gtktextutil.o .libs/libgtk_3_la-gtktextview.o .libs/libgtk_3_la-gtktogglebutton.o .libs/libgtk_3_la-gtktoggletoolbutton.o .libs/libgtk_3_la-gtktoolbar.o .libs/libgtk_3_la-gtktoolbutton.o .libs/libgtk_3_la-gtktoolitem.o .libs/libgtk_3_la-gtktoolitemgroup.o .libs/libgtk_3_la-gtktoolpalette.o .libs/libgtk_3_la-gtktoolshell.o .libs/libgtk_3_la-gtktooltip.o .libs/libgtk_3_la-gtktooltipwindow.o .libs/libgtk_3_la-gtktrashmonitor.o .libs/libgtk_3_la-gtktreedatalist.o .libs/libgtk_3_la-gtktreednd.o .libs/libgtk_3_la-gtktreemenu.o .libs/libgtk_3_la-gtktreemodel.o .libs/libgtk_3_la-gtktreemodelfilter.o .libs/libgtk_3_la-gtktreemodelsort.o .libs/libgtk_3_la-gtktreeselection.o .libs/libgtk_3_la-gtktreesortable.o .libs/libgtk_3_la-gtktreestore.o .libs/libgtk_3_la-gtktreeview.o .libs/libgtk_3_la-gtktreeviewcolumn.o .libs/libgtk_3_la-gtktypebuiltins.o .libs/libgtk_3_la-gtkutils.o .libs/libgtk_3_la-gtkvolumebutton.o .libs/libgtk_3_la-gtkviewport.o .libs/libgtk_3_la-gtkwidget.o .libs/libgtk_3_la-gtkwidgetpath.o .libs/libgtk_3_la-gtkwindow.o .libs/libgtk_3_la-gtkwindowgroup.o .libs/libgtk_3_la-gtkwin32draw.o .libs/libgtk_3_la-gtkwin32theme.o .libs/libgtk_3_la-gdkpixbufutils.o .libs/libgtk_3_la-gtkclipboard.o .libs/libgtk_3_la-gtkdnd.o .libs/libgtk_3_la-gtkdragdest.o .libs/libgtk_3_la-gtkcustompaperunixdialog.o .libs/libgtk_3_la-gtkpagesetupunixdialog.o .libs/libgtk_3_la-gtkprinter.o .libs/libgtk_3_la-gtkprinteroption.o .libs/libgtk_3_la-gtkprinteroptionset.o .libs/libgtk_3_la-gtkprinteroptionwidget.o .libs/libgtk_3_la-gtkprintjob.o .libs/libgtk_3_la-gtkprintoperation-unix.o .libs/libgtk_3_la-gtkprintoperation-portal.o .libs/libgtk_3_la-gtkprintunixdialog.o .libs/libgtk_3_la-gtkprintbackend.o .libs/libgtk_3_la-gtksearchenginetracker.o .libs/libgtk_3_la-gtkapplication-wayland.o .libs/libgtk_3_la-gtkapplication-dbus.o .libs/libgtk_3_la-gtkmountoperation-stub.o .libs/libgtk_3_la-gtkdbusgenerated.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/.libs ../gdk/.libs/libgdk-3.so -lgmodule-2.0 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-O1 -Wl,--export-dynamic -pthread   -pthread -Wl,-soname -Wl,libgtk-3.so.0 -o .libs/libgtk-3.so.0.2200.11
libtool: link: (cd ".libs" && rm -f "libgtk-3.so.0" && ln -s "libgtk-3.so.0.2200.11" "libgtk-3.so.0")
libtool: link: (cd ".libs" && rm -f "libgtk-3.so" && ln -s "libgtk-3.so.0.2200.11" "libgtk-3.so")
libtool: link: ( cd ".libs" && rm -f "libgtk-3.la" && ln -s "../libgtk-3.la" "libgtk-3.la" )
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o queryimmodules.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/queryimmodules.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkutils.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkutils.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk-query-immodules-3.0 queryimmodules.o gtkutils.o libgtk-3.la ../gdk/libgdk-3.la -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk-query-immodules-3.0 queryimmodules.o gtkutils.o -Wl,--export-dynamic -pthread  ./.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lgmodule-2.0 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o updateiconcache.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/updateiconcache.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk-update-icon-cache updateiconcache.o -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0  -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o gtk-update-icon-cache updateiconcache.o  -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lm
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o encodesymbolic.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/encodesymbolic.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk-encode-symbolic-svg encodesymbolic.o -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk-encode-symbolic-svg encodesymbolic.o  ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtk-builder-tool.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-builder-tool.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk-builder-tool gtk-builder-tool.o libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk-builder-tool gtk-builder-tool.o  ./.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtk-query-settings.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-query-settings.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk-query-settings gtk-query-settings.o libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk-query-settings gtk-query-settings.o  ./.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtk-launch.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-launch.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk-launch gtk-launch.o libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk-launch gtk-launch.o  ./.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" CFLAGS="-g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall" LDFLAGS="-Wl,-z,relro -Wl,-O1" CC="gcc" PKG_CONFIG="/usr/bin/pkg-config" DLLTOOL="false" CC="gcc" /usr/bin/g-ir-scanner   --namespace=Gtk --nsversion=3.0 --libtool="/bin/bash ../libtool"  --include=Atk-1.0 --pkg-export=gtk+-3.0  --library=libgtk-3.la --library=../gdk/libgdk-3.la --warn-all --add-include-path=../gdk --include-uninstalled=../gdk/Gdk-3.0.gir  --cflags-begin -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups,cloudprint\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -DGTK_TEXT_USE_INTERNAL_UNSUPPORTED_API --cflags-end  /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-autocleanups.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkx-autocleanups.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-a11y.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaboutdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccelgroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccellabel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccelmap.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkadjustment.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplication.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplicationwindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaspectframe.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkassistant.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbin.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbindings.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkborder.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuildable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcalendar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellarea.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareacontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareabox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcelleditable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcelllayout.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendereraccel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderercombo.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererpixbuf.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererprogress.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererspin.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererspinner.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderertext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderertoggle.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcheckbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcheckmenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkclipboard.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorutils.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcombobox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcomboboxtext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcontainer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssprovider.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsssection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdebug.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdnd.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdragdest.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdragsource.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdrawingarea.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeditable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentry.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentrybuffer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentrycompletion.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkenums.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeventbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeventcontroller.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkexpander.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechoosernative.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilefilter.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfixed.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkflowbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkframe.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesture.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturedrag.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturelongpress.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturemultipress.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturepan.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturerotate.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturesingle.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgestureswipe.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturezoom.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkglarea.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgrid.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkheaderbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkicontheme.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimage.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontextinfo.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontextsimple.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimmodule.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimmulticontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkinfobar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkinvisible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklabel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklayout.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklevelbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklinkbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklistbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkliststore.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklockbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmain.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenu.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenubar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenubutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenushell.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenutoolbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmessagedialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodelbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodules.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmountoperation.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtknativedialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtknotebook.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkoffscreenwindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkorientable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkoverlay.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpadcontroller.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpagesetup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpaned.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpapersize.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplacessidebar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplug.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpopover.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpopovermenu.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperation.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperationpreview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintsettings.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprogressbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiobutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiomenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiotoolbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrange.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchoosermenu.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentfilter.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentmanager.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrender.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrevealer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscale.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscalebutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrollable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrollbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrolledwindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchentry.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkselection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparator.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparatormenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparatortoolitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksettings.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutlabel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutsgroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutssection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutsshortcut.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutswindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstacksidebar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizegroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizerequest.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksocket.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkspinbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkspinner.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstack.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstackswitcher.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstatusbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstylecontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleprovider.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkswitch.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktestutils.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextattributes.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbuffer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbufferrichtext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextchild.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextiter.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextmark.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttag.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttagtable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktogglebutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoggletoolbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolitemgroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolpalette.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolshell.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktooltip.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreednd.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodelfilter.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodelsort.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeselection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreesortable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreestore.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeviewcolumn.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktypes.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkviewport.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkvolumebutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidgetpath.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindowgroup.h gtktypebuiltins.h gtkversion.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtk-a11y-autocleanups.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkarrowaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkbooleancellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkbuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcellaccessibleparent.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcheckmenuitemaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcomboboxaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcontaineraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcontainercellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkentryaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkexpanderaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkflowboxaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkflowboxchildaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkframeaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkiconviewaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkimageaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkimagecellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklabelaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklevelbaraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklinkbuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklistboxaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklistboxrowaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklockbuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenuaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenubuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenuitemaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenushellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtknotebookaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtknotebookpageaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkpanedaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkpopoveraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkprogressbaraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkradiobuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkradiomenuitemaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkrangeaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkrenderercellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscaleaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscalebuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscrolledwindowaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkspinbuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkspinneraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkstatusbaraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkstackaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkswitchaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktextcellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktextviewaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktogglebuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktoplevelaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktreeviewaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkwidgetaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkwindowaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkactivatable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkaction.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkactiongroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkalignment.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkarrow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkcolorsel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkcolorseldialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkfontsel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkgradient.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhandlebox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhbbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhpaned.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhscale.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhscrollbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhseparator.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhsv.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkiconfactory.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkimagemenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkmisc.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtknumerableicon.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkradioaction.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkrc.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkrecentaction.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstock.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstyle.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstyleproperties.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtksymboliccolor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktearoffmenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkthemingengine.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktoggleaction.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkuimanager.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvbbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvscale.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvscrollbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvseparator.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvpaned.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkaccessibility.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkaccessibilitymisc.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkaccessibilityutil.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkarrowaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkbooleancellaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkbuttonaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcellaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcellaccessibleparent.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcheckmenuitemaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcolorswatchaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcomboboxaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcontaineraccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcontainercellaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkentryaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkexpanderaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkflowboxaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkflowboxchildaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkframeaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkiconviewaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkimageaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkimagecellaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklabelaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklevelbaraccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklinkbuttonaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklistboxaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklistboxrowaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklockbuttonaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenuaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenubuttonaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenushellaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenuitemaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtknotebookaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtknotebookpageaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkpanedaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkpopoveraccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkprogressbaraccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkradiobuttonaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkradiomenuitemaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkrangeaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkrenderercellaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscaleaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscalebuttonaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscrolledwindowaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkspinbuttonaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkspinneraccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkstatusbaraccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkstackaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkswitchaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktextcellaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktextviewaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktogglebuttonaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktoplevelaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktreeviewaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkwidgetaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkwindowaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkactivatable.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkaction.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkactiongroup.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkalignment.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkarrow.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkcolorsel.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkcolorseldialog.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkfontsel.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkgradient.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhandlebox.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhbbox.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhbox.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhpaned.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhscale.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhscrollbar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhseparator.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhsv.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkiconfactory.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkimagemenuitem.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkmisc.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtknumerableicon.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkradioaction.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkrc.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkrecentaction.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstock.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstyle.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstyleproperties.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtksymboliccolor.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktable.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktearoffmenuitem.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkthemingengine.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktoggleaction.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkuimanager.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvbbox.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvbox.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvscale.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvscrollbar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvseparator.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvpaned.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/action-editor.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/actions.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/cellrenderergraph.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/css-editor.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/css-node-tree.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/data-list.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/general.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/gestures.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/graphdata.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/gtkstackcombo.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/gtktreemodelcssnode.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/init.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/inspect-button.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/magnifier.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/menu.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/misc-info.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/object-hierarchy.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/object-tree.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/prop-editor.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/prop-list.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/resource-list.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/selector.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/signals-list.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/size-groups.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/statistics.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/strv-editor.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/treewalk.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/visual.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/window.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionmuxer.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionobserver.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionobservable.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionable.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkquery.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchbar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchentry.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchengine.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchenginesimple.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchenginemodel.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/fnmatch.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaboutdialog.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccelgroup.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccellabel.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccelmap.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccessible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionbar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionhelper.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkadjustment.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkallocatedbitmask.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooser.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserwidget.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserbutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserdialog.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplication.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplicationaccels.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplicationimpl.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplicationwindow.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaspectframe.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkassistant.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbbox.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbin.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbindings.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbookmarksmanager.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkborder.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbox.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkboxgadget.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuildable.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilderparser.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder-menus.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuiltinicon.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcairoblur.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcalendar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellarea.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareabox.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareaboxcontext.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareacontext.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcelleditable.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcelllayout.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderer.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendereraccel.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderercombo.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererpixbuf.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererprogress.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererspin.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererspinner.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderertext.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderertoggle.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellview.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcheckbutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcheckmenuitem.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorbutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooser.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooserwidget.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooserdialog.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcoloreditor.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorplane.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorscale.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorswatch.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorutils.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcombobox.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcomboboxtext.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcomposetable.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcontainer.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssanimation.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssanimatedstyle.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssarrayvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssbgsizevalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssbordervalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscalcvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscolorvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscornervalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscustomgadget.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscustomproperty.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssdimensionvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsseasevalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssenumvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssenginevalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssgadget.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssiconthemevalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimage.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagebuiltin.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagecrossfade.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagefallback.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagegradient.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimageicontheme.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagelinear.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimageradial.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagesurface.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimageurl.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagerecolor.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagescaled.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagevalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssinheritvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssinitialvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsskeyframes.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsslookup.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssmatcher.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssnode.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssnodedeclaration.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssnodestylecache.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssnumbervalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsspalettevalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssparser.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsspathnode.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsspositionvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssprovider.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssrepeatvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssrgbavalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsssection.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssselector.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstringvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstyle.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstylechange.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssshadowsvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssshadowvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssshorthandproperty.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssshorthandpropertyimpl.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstaticstyle.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstylefuncs.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstyleproperty.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstylepropertyimpl.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstransformvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstransientnode.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstransition.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstypedvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssunsetvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstypes.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssvalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsswidgetnode.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsswin32sizevalue.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdialog.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdragsource.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdrawingarea.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeditable.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentry.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentrybuffer.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentrycompletion.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeventbox.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeventcontroller.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkexpander.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooser.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserbutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserdialog.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserembed.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserentry.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechoosernative.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechoosernativeportal.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserutils.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserwidget.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilefilter.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilesystem.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilesystemmodel.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfixed.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkflowbox.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontbutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooser.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserdialog.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserutils.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserwidget.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkframe.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgladecatalog.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesture.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturedrag.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturelongpress.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturemultipress.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturepan.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturerotate.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturesingle.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgestureswipe.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturezoom.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkglarea.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgrid.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkheaderbar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkhsla.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkicon.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconcache.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconcachevalidator.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconhelper.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkicontheme.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconview.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimage.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimagedefinition.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontext.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontextsimple.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimmodule.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimmulticontext.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkinfobar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkinvisible.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkkeyhash.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkkineticscrolling.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklabel.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklayout.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklevelbar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklinkbutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklistbox.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkliststore.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklockbutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmain.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmagnifier.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmarshalers.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenu.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenubar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenubutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenuitem.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenusectionbox.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenushell.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenutracker.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenutrackeritem.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenutoolbutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmessagedialog.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmnemonichash.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodelmenuitem.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodelbutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodifierstyle.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodules.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmountoperation.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtknativedialog.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtknotebook.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkoffscreenwindow.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkorientable.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkoverlay.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpadcontroller.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpagesetup.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpaned.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpango.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpapersize.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpathbar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplacessidebar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplacesview.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplacesviewrow.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintcontext.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperation.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperationpreview.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintsettings.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintutils.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprivate.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprivatetypebuiltins.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprogressbar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprogresstracker.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpixelcache.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpopover.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpopovermenu.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiobutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiomenuitem.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiotoolbutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrange.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrbtree.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserdefault.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserdialog.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchoosermenu.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserwidget.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserutils.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooser.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentfilter.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentmanager.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrender.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrenderbackground.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrenderborder.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrendericon.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkresources.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrevealer.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkroundedbox.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscale.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscalebutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrollable.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrollbar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrolledwindow.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkselection.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparator.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparatormenuitem.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparatortoolitem.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksettings.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutsgroup.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutlabel.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutsshortcut.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutssection.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutswindow.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksidebarrow.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizegroup.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizerequest.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizerequestcache.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshow.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstacksidebar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkspinbutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkspinner.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstack.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstackswitcher.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstatusbar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleanimation.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstylecascade.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstylecontext.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleproperty.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleprovider.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleproviderprivate.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkswitch.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktestutils.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextattributes.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbtree.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbuffer.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbufferrichtext.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbufferserialize.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextchild.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextdisplay.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexthandle.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextiter.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextlayout.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextmark.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextsegment.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttag.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttagtable.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttypes.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextutil.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextview.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktogglebutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoggletoolbutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolbar.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolbutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolitem.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolitemgroup.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolpalette.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolshell.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktooltip.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktooltipwindow.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktrashmonitor.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreedatalist.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreednd.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemenu.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodel.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodelfilter.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodelsort.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeselection.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreesortable.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreestore.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeview.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeviewcolumn.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktypebuiltins.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkutils.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkvolumebutton.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkviewport.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidget.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidgetpath.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindow.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindowgroup.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwin32draw.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwin32theme.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gdkpixbufutils.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkclipboard.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdnd.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdragdest.c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperation-unix.c /usr/bin/g-ir-scanner libgtk-3.la ../gdk/Gdk-3.0.gir Makefile --output Gtk-3.0.gir
g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC gcc -o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/tmp-introspectkh6wgugb/Gtk-3.0 -export-dynamic -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,relro -Wl,-O1 tmp-introspectkh6wgugb/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/tmp-introspectkh6wgugb/Gtk-3.0.o -L. libgtk-3.la ../gdk/libgdk-3.la -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0
libtool: link: gcc -o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/tmp-introspectkh6wgugb/.libs/Gtk-3.0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 tmp-introspectkh6wgugb/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/tmp-introspectkh6wgugb/Gtk-3.0.o -Wl,--export-dynamic -pthread -Wl,--export-dynamic  -L. ./.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread
gtk/gtkentry.c:2051: Warning: Gtk: multiple comment blocks documenting 'GtkEntry:inner-border:' identifier (already seen at gtkentry.c:878).
gtk/gtkdnd.h:48: Warning: Gtk: gtk_drag_finish: Methods must belong to the same namespace as the class they belong to
gtk/gtkdnd.h:54: Warning: Gtk: gtk_drag_get_source_widget: Methods must belong to the same namespace as the class they belong to
gtk/gtkdnd.h:80: Warning: Gtk: gtk_drag_cancel: Methods must belong to the same namespace as the class they belong to
gtk/gtkdnd.h:83: Warning: Gtk: gtk_drag_set_icon_widget: Methods must belong to the same namespace as the class they belong to
gtk/gtkdnd.h:88: Warning: Gtk: gtk_drag_set_icon_pixbuf: Methods must belong to the same namespace as the class they belong to
gtk/gtkdnd.h:93: Warning: Gtk: gtk_drag_set_icon_stock: Methods must belong to the same namespace as the class they belong to
gtk/gtkdnd.h:98: Warning: Gtk: gtk_drag_set_icon_surface: Methods must belong to the same namespace as the class they belong to
gtk/gtkdnd.h:101: Warning: Gtk: gtk_drag_set_icon_name: Methods must belong to the same namespace as the class they belong to
gtk/gtkdnd.h:106: Warning: Gtk: gtk_drag_set_icon_gicon: Methods must belong to the same namespace as the class they belong to
gtk/gtkdnd.h:112: Warning: Gtk: gtk_drag_set_icon_default: Methods must belong to the same namespace as the class they belong to
gtk/gtkclipboard.c:2218: Warning: Gtk: gtk_clipboard_get_selection: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
/usr/bin/g-ir-compiler --includedir=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk --includedir=. --includedir=../gdk --includedir=. Gtk-3.0.gir -o Gtk-3.0.typelib
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.FileChooser.gschema.xml && mkdir -p . && touch org.gtk.Settings.FileChooser.gschema.valid
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.ColorChooser.gschema.xml && mkdir -p . && touch org.gtk.Settings.ColorChooser.gschema.valid
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.Debug.gschema.xml && mkdir -p . && touch org.gtk.Settings.Debug.gschema.valid
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk'
Making all in libgail-util
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libgail-util'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../gtk  -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgailutil_3_la-gailmisc.lo `test -f 'gailmisc.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util/'`gailmisc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util -I.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../gtk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util/gailmisc.c  -fPIC -DPIC -o .libs/libgailutil_3_la-gailmisc.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../gtk  -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgailutil_3_la-gailtextutil.lo `test -f 'gailtextutil.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util/'`gailtextutil.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util -I.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../gtk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util/gailtextutil.c  -fPIC -DPIC -o .libs/libgailutil_3_la-gailtextutil.o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -version-info 0:0:0  -Wl,-z,relro -Wl,-O1 -Wl,-z,relro -Wl,-O1 -o libgailutil-3.la -rpath /usr/lib/arm-linux-gnueabihf libgailutil_3_la-gailmisc.lo libgailutil_3_la-gailtextutil.lo ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgailutil_3_la-gailmisc.o .libs/libgailutil_3_la-gailtextutil.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/.libs ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1 -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libgailutil-3.so.0 -o .libs/libgailutil-3.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libgailutil-3.so.0" && ln -s "libgailutil-3.so.0.0.0" "libgailutil-3.so.0")
libtool: link: (cd ".libs" && rm -f "libgailutil-3.so" && ln -s "libgailutil-3.so.0.0.0" "libgailutil-3.so")
libtool: link: ( cd ".libs" && rm -f "libgailutil-3.la" && ln -s "../libgailutil-3.la" "libgailutil-3.la" )
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libgail-util'
Making all in modules
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules'
Making all in input
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imam-et.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imam-et.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imam-et.c  -fPIC -DPIC -o .libs/imam-et.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-am-et.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imam-et.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imam-et.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-am-et.so -o .libs/im-am-et.so
libtool: link: ( cd ".libs" && rm -f "im-am-et.la" && ln -s "../im-am-et.la" "im-am-et.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imcedilla.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imcedilla.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imcedilla.c  -fPIC -DPIC -o .libs/imcedilla.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-cedilla.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imcedilla.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imcedilla.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-cedilla.so -o .libs/im-cedilla.so
libtool: link: ( cd ".libs" && rm -f "im-cedilla.la" && ln -s "../im-cedilla.la" "im-cedilla.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imcyrillic-translit.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imcyrillic-translit.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imcyrillic-translit.c  -fPIC -DPIC -o .libs/imcyrillic-translit.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-cyrillic-translit.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imcyrillic-translit.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imcyrillic-translit.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-cyrillic-translit.so -o .libs/im-cyrillic-translit.so
libtool: link: ( cd ".libs" && rm -f "im-cyrillic-translit.la" && ln -s "../im-cyrillic-translit.la" "im-cyrillic-translit.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o iminuktitut.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/iminuktitut.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/iminuktitut.c  -fPIC -DPIC -o .libs/iminuktitut.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-inuktitut.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules iminuktitut.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/iminuktitut.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-inuktitut.so -o .libs/im-inuktitut.so
libtool: link: ( cd ".libs" && rm -f "im-inuktitut.la" && ln -s "../im-inuktitut.la" "im-inuktitut.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imipa.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imipa.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imipa.c  -fPIC -DPIC -o .libs/imipa.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-ipa.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imipa.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imipa.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-ipa.so -o .libs/im-ipa.so
libtool: link: ( cd ".libs" && rm -f "im-ipa.la" && ln -s "../im-ipa.la" "im-ipa.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -DMULTIPRESS_LOCALEDIR=\"""\" -DMULTIPRESS_CONFDIR=\""/etc/gtk-2.0"\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o im_multipress_la-gtkimcontextmultipress.lo `test -f 'gtkimcontextmultipress.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/'`gtkimcontextmultipress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -DMULTIPRESS_LOCALEDIR=\"\" -DMULTIPRESS_CONFDIR=\"/etc/gtk-2.0\" -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/gtkimcontextmultipress.c  -fPIC -DPIC -o .libs/im_multipress_la-gtkimcontextmultipress.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -DMULTIPRESS_LOCALEDIR=\"""\" -DMULTIPRESS_CONFDIR=\""/etc/gtk-2.0"\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o im_multipress_la-immultipress.lo `test -f 'immultipress.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/'`immultipress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -DMULTIPRESS_LOCALEDIR=\"\" -DMULTIPRESS_CONFDIR=\"/etc/gtk-2.0\" -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/immultipress.c  -fPIC -DPIC -o .libs/im_multipress_la-immultipress.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-multipress.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules im_multipress_la-gtkimcontextmultipress.lo im_multipress_la-immultipress.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/im_multipress_la-gtkimcontextmultipress.o .libs/im_multipress_la-immultipress.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-multipress.so -o .libs/im-multipress.so
libtool: link: ( cd ".libs" && rm -f "im-multipress.la" && ln -s "../im-multipress.la" "im-multipress.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o im_broadway_la-imbroadway.lo `test -f 'imbroadway.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/'`imbroadway.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imbroadway.c  -fPIC -DPIC -o .libs/im_broadway_la-imbroadway.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-broadway.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules im_broadway_la-imbroadway.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/im_broadway_la-imbroadway.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-broadway.so -o .libs/im-broadway.so
libtool: link: ( cd ".libs" && rm -f "im-broadway.la" && ln -s "../im-broadway.la" "im-broadway.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o thai-charprop.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/thai-charprop.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/thai-charprop.c  -fPIC -DPIC -o .libs/thai-charprop.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkimcontextthai.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/gtkimcontextthai.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/gtkimcontextthai.c  -fPIC -DPIC -o .libs/gtkimcontextthai.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imthai.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imthai.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imthai.c  -fPIC -DPIC -o .libs/imthai.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-thai.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules thai-charprop.lo gtkimcontextthai.lo imthai.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/thai-charprop.o .libs/gtkimcontextthai.o .libs/imthai.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-thai.so -o .libs/im-thai.so
libtool: link: ( cd ".libs" && rm -f "im-thai.la" && ln -s "../im-thai.la" "im-thai.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imti-er.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imti-er.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imti-er.c  -fPIC -DPIC -o .libs/imti-er.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-ti-er.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imti-er.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imti-er.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-ti-er.so -o .libs/im-ti-er.so
libtool: link: ( cd ".libs" && rm -f "im-ti-er.la" && ln -s "../im-ti-er.la" "im-ti-er.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imti-et.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imti-et.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imti-et.c  -fPIC -DPIC -o .libs/imti-et.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-ti-et.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imti-et.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imti-et.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-ti-et.so -o .libs/im-ti-et.so
libtool: link: ( cd ".libs" && rm -f "im-ti-et.la" && ln -s "../im-ti-et.la" "im-ti-et.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imviqr.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imviqr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imviqr.c  -fPIC -DPIC -o .libs/imviqr.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-viqr.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imviqr.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imviqr.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-viqr.so -o .libs/im-viqr.so
libtool: link: ( cd ".libs" && rm -f "im-viqr.la" && ln -s "../im-viqr.la" "im-viqr.la" )
../../gtk/gtk-query-immodules-3.0 im-am-et.la im-cedilla.la im-cyrillic-translit.la  im-inuktitut.la im-ipa.la im-multipress.la  im-broadway.la im-thai.la im-ti-er.la im-ti-et.la im-viqr.la  > immodules.cache
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input'
Making all in printbackends
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends'
Making all in file
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/file'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/file -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED  -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libprintbackend_file_la-gtkprintbackendfile.lo `test -f 'gtkprintbackendfile.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/file/'`gtkprintbackendfile.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/file -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/file/gtkprintbackendfile.c  -fPIC -DPIC -o .libs/libprintbackend_file_la-gtkprintbackendfile.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o libprintbackend-file.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends libprintbackend_file_la-gtkprintbackendfile.lo ../../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libprintbackend_file_la-gtkprintbackendfile.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-file.so -o .libs/libprintbackend-file.so
libtool: link: ( cd ".libs" && rm -f "libprintbackend-file.la" && ln -s "../libprintbackend-file.la" "libprintbackend-file.la" )
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/file'
Making all in lpr
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/lpr'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/lpr -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkprintbackendlpr.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/lpr/gtkprintbackendlpr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/lpr -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/lpr/gtkprintbackendlpr.c  -fPIC -DPIC -o .libs/gtkprintbackendlpr.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o libprintbackend-lpr.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends gtkprintbackendlpr.lo ../../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/gtkprintbackendlpr.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-lpr.so -o .libs/libprintbackend-lpr.so
libtool: link: ( cd ".libs" && rm -f "libprintbackend-lpr.la" && ln -s "../libprintbackend-lpr.la" "libprintbackend-lpr.la" )
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/lpr'
Making all in cloudprint
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/cloudprint'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cloudprint -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED  -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/rest-0.7 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libprintbackend_cloudprint_la-gtkprintbackendcloudprint.lo `test -f 'gtkprintbackendcloudprint.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cloudprint/'`gtkprintbackendcloudprint.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cloudprint -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/rest-0.7 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cloudprint/gtkprintbackendcloudprint.c  -fPIC -DPIC -o .libs/libprintbackend_cloudprint_la-gtkprintbackendcloudprint.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cloudprint -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED  -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/rest-0.7 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libprintbackend_cloudprint_la-gtkprintercloudprint.lo `test -f 'gtkprintercloudprint.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cloudprint/'`gtkprintercloudprint.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cloudprint -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/rest-0.7 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cloudprint/gtkprintercloudprint.c  -fPIC -DPIC -o .libs/libprintbackend_cloudprint_la-gtkprintercloudprint.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cloudprint -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED  -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/rest-0.7 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libprintbackend_cloudprint_la-gtkcloudprintaccount.lo `test -f 'gtkcloudprintaccount.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cloudprint/'`gtkcloudprintaccount.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cloudprint -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/rest-0.7 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cloudprint/gtkcloudprintaccount.c  -fPIC -DPIC -o .libs/libprintbackend_cloudprint_la-gtkcloudprintaccount.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/rest-0.7 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o libprintbackend-cloudprint.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends libprintbackend_cloudprint_la-gtkprintbackendcloudprint.lo libprintbackend_cloudprint_la-gtkprintercloudprint.lo libprintbackend_cloudprint_la-gtkcloudprintaccount.lo ../../../gtk/libgtk-3.la -lrest-0.7 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libprintbackend_cloudprint_la-gtkprintbackendcloudprint.o .libs/libprintbackend_cloudprint_la-gtkprintercloudprint.o .libs/libprintbackend_cloudprint_la-gtkcloudprintaccount.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../../gtk/.libs/libgtk-3.so -lrest-0.7 -lsoup-2.4 -lxml2 -ljson-glib-1.0 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-cloudprint.so -o .libs/libprintbackend-cloudprint.so
libtool: link: ( cd ".libs" && rm -f "libprintbackend-cloudprint.la" && ln -s "../libprintbackend-cloudprint.la" "libprintbackend-cloudprint.la" )
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/cloudprint'
Making all in cups
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/cups'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk  -pthread -I/usr/include/colord-1 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkprintbackendcups.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkprintbackendcups.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -pthread -I/usr/include/colord-1 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkprintbackendcups.c  -fPIC -DPIC -o .libs/gtkprintbackendcups.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk  -pthread -I/usr/include/colord-1 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkprintercups.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkprintercups.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -pthread -I/usr/include/colord-1 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkprintercups.c  -fPIC -DPIC -o .libs/gtkprintercups.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk  -pthread -I/usr/include/colord-1 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkcupsutils.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkcupsutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -pthread -I/usr/include/colord-1 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkcupsutils.c  -fPIC -DPIC -o .libs/gtkcupsutils.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk  -pthread -I/usr/include/colord-1 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkcupssecretsutils.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkcupssecretsutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -pthread -I/usr/include/colord-1 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkcupssecretsutils.c  -fPIC -DPIC -o .libs/gtkcupssecretsutils.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o libprintbackend-cups.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends gtkprintbackendcups.lo gtkprintercups.lo gtkcupsutils.lo gtkcupssecretsutils.lo ../../../gtk/libgtk-3.la -lcolord -lcolordprivate -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lcups -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/gtkprintbackendcups.o .libs/gtkprintercups.o .libs/gtkcupsutils.o .libs/gtkcupssecretsutils.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../../gtk/.libs/libgtk-3.so -lcolord -lcolordprivate -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcups -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-cups.so -o .libs/libprintbackend-cups.so
libtool: link: ( cd ".libs" && rm -f "libprintbackend-cups.la" && ln -s "../libprintbackend-cups.la" "libprintbackend-cups.la" )
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/cups'
Making all in test
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/test'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED  -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libprintbackend_test_la-gtkprintbackendtest.lo `test -f 'gtkprintbackendtest.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test/'`gtkprintbackendtest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test/gtkprintbackendtest.c  -fPIC -DPIC -o .libs/libprintbackend_test_la-gtkprintbackendtest.o
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test/gtkprintbackendtest.c: In function ���gtk_print_backend_test_print_stream���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test/gtkprintbackendtest.c:408:15: warning: variable ���printer��� set but not used [-Wunused-but-set-variable]
   GtkPrinter *printer;
               ^~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test/gtkprintbackendtest.c: In function ���test_printer_get_options���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test/gtkprintbackendtest.c:495:16: warning: variable ���format��� set but not used [-Wunused-but-set-variable]
   OutputFormat format;
                ^~~~~~
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o libprintbackend-test.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends libprintbackend_test_la-gtkprintbackendtest.lo ../../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libprintbackend_test_la-gtkprintbackendtest.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs ../../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-test.so -o .libs/libprintbackend-test.so
libtool: link: ( cd ".libs" && rm -f "libprintbackend-test.la" && ln -s "../libprintbackend-test.la" "libprintbackend-test.la" )
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/test'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules'
Making all in demos
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos'
Making all in gtk-demo
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/gtk-demo'
Failed to open file './demo.gresource.xml': No such file or directory
Failed to open file './demo.gresource.xml': No such file or directory
(here=`pwd` ; cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo && /usr/bin/perl $here/geninclude.pl application_demo.c assistant.c builder.c button_box.c changedisplay.c clipboard.c colorsel.c combobox.c css_accordion.c css_basics.c css_blendmodes.c css_multiplebgs.c css_pixbufs.c css_shadows.c cursors.c dialog.c drawingarea.c editable_cells.c entry_buffer.c entry_completion.c event_axes.c expander.c filtermodel.c fishbowl.c foreigndrawing.c gestures.c glarea.c headerbar.c hypertext.c iconview.c iconview_edit.c images.c infobar.c links.c listbox.c flowbox.c list_store.c markup.c menus.c modelbutton.c offscreen_window.c offscreen_window2.c overlay.c overlay2.c panes.c pickers.c pixbufs.c popover.c printing.c revealer.c rotated_text.c scale.c search_entry.c search_entry2.c shortcuts.c sidebar.c sizegroup.c spinbutton.c spinner.c stack.c tabs.c textmask.c textview.c textscroll.c theming_style_classes.c toolpalette.c transparent.c tree_store.c font_features.c pagesetup.c) > demos.h
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/gtk-demo'
Failed to open file './demo.gresource.xml': No such file or directory
Failed to open file './demo.gresource.xml': No such file or directory
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o application_demo.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/application_demo.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o assistant.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/assistant.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o builder.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/builder.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o button_box.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/button_box.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o changedisplay.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/changedisplay.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o clipboard.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/clipboard.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o colorsel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/colorsel.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o combobox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/combobox.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o css_accordion.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/css_accordion.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o css_basics.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/css_basics.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o css_blendmodes.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/css_blendmodes.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o css_multiplebgs.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/css_multiplebgs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o css_pixbufs.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/css_pixbufs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o css_shadows.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/css_shadows.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o cursors.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/cursors.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o dialog.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/dialog.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o drawingarea.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/drawingarea.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o editable_cells.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/editable_cells.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o entry_buffer.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/entry_buffer.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o entry_completion.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/entry_completion.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o event_axes.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/event_axes.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/event_axes.c: In function ���draw_device_info���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/event_axes.c:441:54: warning: format ���%lx��� expects argument of type ���long unsigned int���, but argument 3 has type ���guint64 {aka long long unsigned int}��� [-Wformat=]
         g_string_append_printf (string, ", Serial: %lx", serial);
                                                      ^
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o expander.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/expander.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o filtermodel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/filtermodel.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o fishbowl.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/fishbowl.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o foreigndrawing.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/foreigndrawing.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gestures.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/gestures.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o glarea.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/glarea.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o headerbar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/headerbar.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o hypertext.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/hypertext.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o iconview.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/iconview.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o iconview_edit.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/iconview_edit.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o images.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/images.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o infobar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/infobar.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o links.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/links.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o listbox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/listbox.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o flowbox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/flowbox.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o list_store.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/list_store.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o markup.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/markup.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o menus.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/menus.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o modelbutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/modelbutton.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o offscreen_window.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/offscreen_window.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o offscreen_window2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/offscreen_window2.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o overlay.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/overlay.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o overlay2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/overlay2.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o panes.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/panes.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o pickers.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/pickers.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o pixbufs.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/pixbufs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o popover.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/popover.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o printing.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/printing.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o revealer.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/revealer.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o rotated_text.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/rotated_text.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o scale.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/scale.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o search_entry.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/search_entry.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o search_entry2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/search_entry2.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o shortcuts.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/shortcuts.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o sidebar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/sidebar.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o sizegroup.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/sizegroup.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o spinbutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/spinbutton.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o spinner.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/spinner.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o stack.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/stack.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o tabs.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/tabs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o textmask.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/textmask.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o textview.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/textview.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o textscroll.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/textscroll.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o theming_style_classes.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/theming_style_classes.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o toolpalette.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/toolpalette.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o transparent.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/transparent.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o tree_store.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/tree_store.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o font_features.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/font_features.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o pagesetup.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/pagesetup.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkfishbowl.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/gtkfishbowl.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o demo_resources.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/demo_resources.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o main.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/main.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -export-dynamic -Wl,-z,relro -Wl,-O1 -o gtk3-demo application_demo.o assistant.o builder.o button_box.o changedisplay.o clipboard.o colorsel.o combobox.o css_accordion.o css_basics.o css_blendmodes.o css_multiplebgs.o css_pixbufs.o css_shadows.o cursors.o dialog.o drawingarea.o editable_cells.o entry_buffer.o entry_completion.o event_axes.o expander.o filtermodel.o fishbowl.o foreigndrawing.o gestures.o glarea.o headerbar.o hypertext.o iconview.o iconview_edit.o images.o infobar.o links.o listbox.o flowbox.o list_store.o markup.o menus.o modelbutton.o offscreen_window.o offscreen_window2.o overlay.o overlay2.o panes.o pickers.o pixbufs.o popover.o printing.o revealer.o rotated_text.o scale.o search_entry.o search_entry2.o shortcuts.o sidebar.o sizegroup.o spinbutton.o spinner.o stack.o tabs.o textmask.o textview.o textscroll.o theming_style_classes.o toolpalette.o transparent.o tree_store.o font_features.o pagesetup.o gtkfishbowl.o demo_resources.o main.o  ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lharfbuzz -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk3-demo application_demo.o assistant.o builder.o button_box.o changedisplay.o clipboard.o colorsel.o combobox.o css_accordion.o css_basics.o css_blendmodes.o css_multiplebgs.o css_pixbufs.o css_shadows.o cursors.o dialog.o drawingarea.o editable_cells.o entry_buffer.o entry_completion.o event_axes.o expander.o filtermodel.o fishbowl.o foreigndrawing.o gestures.o glarea.o headerbar.o hypertext.o iconview.o iconview_edit.o images.o infobar.o links.o listbox.o flowbox.o list_store.o markup.o menus.o modelbutton.o offscreen_window.o offscreen_window2.o overlay.o overlay2.o panes.o pickers.o pixbufs.o popover.o printing.o revealer.o rotated_text.o scale.o search_entry.o search_entry2.o shortcuts.o sidebar.o sizegroup.o spinbutton.o spinner.o stack.o tabs.o textmask.o textview.o textscroll.o theming_style_classes.o toolpalette.o transparent.o tree_store.o font_features.o pagesetup.o gtkfishbowl.o demo_resources.o main.o -Wl,--export-dynamic  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -latk-1.0 -lz -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lharfbuzz -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o application.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/application.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk3-demo-application application.o demo_resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lharfbuzz -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk3-demo-application application.o demo_resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -latk-1.0 -lz -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lharfbuzz -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lm -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/org.gtk.Demo.gschema.xml && mkdir -p . && touch org.gtk.Demo.gschema.valid
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/gtk-demo'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/gtk-demo'
Making all in widget-factory
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/widget-factory'
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/widget-factory'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtk3_widget_factory-widget-factory.o `test -f 'widget-factory.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/'`widget-factory.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtk3_widget_factory-widget_factory_resources.o `test -f 'widget_factory_resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/'`widget_factory_resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk3-widget-factory gtk3_widget_factory-widget-factory.o gtk3_widget_factory-widget_factory_resources.o ../../gdk/libgdk-3.la ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk3-widget-factory gtk3_widget_factory-widget-factory.o gtk3_widget_factory-widget_factory_resources.o  ../../gdk/.libs/libgdk-3.so ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/widget-factory'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/widget-factory'
Making all in icon-browser
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/icon-browser'
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/icon-browser'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o main.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser/main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o iconbrowserapp.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser/iconbrowserapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o iconbrowserwin.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser/iconbrowserwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o iconstore.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser/iconstore.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o resources.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser/resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk3-icon-browser main.o iconbrowserapp.o iconbrowserwin.o iconstore.o resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk3-icon-browser main.o iconbrowserapp.o iconbrowserwin.o iconstore.o resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/icon-browser'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/icon-browser'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos'
Making all in tests
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests'
Making all in visuals
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests/visuals'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/visuals -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o visuals.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/visuals/visuals.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o visuals visuals.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/visuals visuals.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests/visuals'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o overlayscroll.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/overlayscroll.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o overlayscroll overlayscroll.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/overlayscroll overlayscroll.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o syncscroll.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/syncscroll.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o syncscroll syncscroll.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/syncscroll syncscroll.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o subsurface.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/subsurface.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o subsurface subsurface.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/subsurface subsurface.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o animated-resizing.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/animated-resizing.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/animated-resizing.c: In function ���main���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/animated-resizing.c:208:3: warning: ���gdk_screen_get_monitor_geometry��� is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations]
   gdk_screen_get_monitor_geometry (screen,
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/animated-resizing.c:3:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:78:14: note: declared here
 void         gdk_screen_get_monitor_geometry  (GdkScreen    *screen,
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/animated-resizing.c:209:36: warning: ���gdk_screen_get_primary_monitor��� is deprecated: Use 'gdk_display_get_primary_monitor' instead [-Wdeprecated-declarations]
                                    gdk_screen_get_primary_monitor (screen),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/animated-resizing.c:3:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:76:14: note: declared here
 gint         gdk_screen_get_primary_monitor   (GdkScreen    *screen);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o frame-stats.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/frame-stats.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o variable.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/variable.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o animated-resizing animated-resizing.o frame-stats.o variable.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/animated-resizing animated-resizing.o frame-stats.o variable.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o animated-revealing.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/animated-revealing.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o animated-revealing animated-revealing.o frame-stats.o variable.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/animated-revealing animated-revealing.o frame-stats.o variable.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o motion-compression.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/motion-compression.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o motion-compression motion-compression.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/motion-compression motion-compression.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o scrolling-performance.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/scrolling-performance.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o scrolling-performance scrolling-performance.o frame-stats.o variable.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/scrolling-performance scrolling-performance.o frame-stats.o variable.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o blur-performance.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/blur-performance.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkcairoblur.o `test -f '../gtk/gtkcairoblur.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/'`../gtk/gtkcairoblur.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o blur-performance blur-performance.o gtkcairoblur.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/blur-performance blur-performance.o gtkcairoblur.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o simple.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/simple.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o simple simple.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/simple simple.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o flicker.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/flicker.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o flicker flicker.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/flicker flicker.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o print-editor.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/print-editor.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o print-editor print-editor.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/print-editor print-editor.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o video-timer.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/video-timer.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o video-timer video-timer.o variable.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/video-timer video-timer.o variable.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testaccel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testaccel.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testaccel testaccel.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testaccel testaccel.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testadjustsize.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testadjustsize.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testadjustsize testadjustsize.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testadjustsize testadjustsize.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testappchooser.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testappchooser.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testappchooser testappchooser.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testappchooser testappchooser.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testappchooserbutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testappchooserbutton.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testappchooserbutton testappchooserbutton.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testappchooserbutton testappchooserbutton.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testassistant.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testassistant.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testassistant testassistant.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testassistant testassistant.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testbaseline.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testbaseline.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testbaseline testbaseline.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testbaseline testbaseline.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testbbox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testbbox.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testbbox testbbox.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testbbox testbbox.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testbox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testbox.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testbox testbox.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testbox testbox.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testboxcss.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testboxcss.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testboxcss testboxcss.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testboxcss testboxcss.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testbuttons.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testbuttons.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testbuttons testbuttons.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testbuttons testbuttons.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcairo.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcairo.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcairo testcairo.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcairo testcairo.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcalendar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcalendar.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcalendar testcalendar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcalendar testcalendar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testclipboard.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testclipboard.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testclipboard testclipboard.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testclipboard testclipboard.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcolorchooser.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcolorchooser.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcolorchooser testcolorchooser.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcolorchooser testcolorchooser.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcolorchooser2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcolorchooser2.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcolorchooser2 testcolorchooser2.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcolorchooser2 testcolorchooser2.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcombo.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcombo.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcombo testcombo.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcombo testcombo.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcombochange.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcombochange.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcombochange testcombochange.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcombochange testcombochange.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcellrenderertext.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcellrenderertext.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcellrenderertext testcellrenderertext.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcellrenderertext testcellrenderertext.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testdialog.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testdialog.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testdialog testdialog.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testdialog testdialog.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testdnd.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testdnd.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testdnd testdnd.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testdnd testdnd.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testdnd2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testdnd2.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testdnd2 testdnd2.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testdnd2 testdnd2.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testellipsise.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testellipsise.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testellipsise testellipsise.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testellipsise testellipsise.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testemblems.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testemblems.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testemblems testemblems.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testemblems testemblems.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testentrycompletion.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testentrycompletion.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testentrycompletion testentrycompletion.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testentrycompletion testentrycompletion.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testentryicons.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testentryicons.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testentryicons testentryicons.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testentryicons testentryicons.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfilechooser.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfilechooser.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfilechooser testfilechooser.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfilechooser testfilechooser.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfilechooserbutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfilechooserbutton.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfilechooserbutton testfilechooserbutton.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfilechooserbutton testfilechooserbutton.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testflowbox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testflowbox.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testflowbox testflowbox.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testflowbox testflowbox.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfontselection.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfontselection.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfontselection testfontselection.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfontselection testfontselection.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfontselectiondialog.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfontselectiondialog.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfontselectiondialog testfontselectiondialog.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfontselectiondialog testfontselectiondialog.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfontchooser.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfontchooser.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfontchooser testfontchooser.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfontchooser testfontchooser.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfontoptions.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfontoptions.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfontoptions testfontoptions.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfontoptions testfontoptions.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfontchooserdialog.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfontchooserdialog.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfontchooserdialog testfontchooserdialog.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfontchooserdialog testfontchooserdialog.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testframe.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testframe.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testframe testframe.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testframe testframe.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfullscreen.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfullscreen.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfullscreen testfullscreen.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfullscreen testfullscreen.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testgeometry.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgeometry.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testgeometry testgeometry.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testgeometry testgeometry.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testgiconpixbuf.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgiconpixbuf.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testgiconpixbuf testgiconpixbuf.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testgiconpixbuf testgiconpixbuf.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testglarea.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testglarea.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testglarea testglarea.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testglarea testglarea.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testglblending.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testglblending.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkgears.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/gtkgears.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testglblending testglblending.o gtkgears.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testglblending testglblending.o gtkgears.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testgrid.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgrid.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testgrid testgrid.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testgrid testgrid.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testgtk.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c: In function ���on_alpha_window_draw���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:159:7: warning: ���gtk_widget_is_composited��� is deprecated: Use 'gdk_screen_is_composited' instead [-Wdeprecated-declarations]
       gtk_widget_is_composited (widget))
       ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplication.h:27:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindow.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdialog.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaboutdialog.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidget.h:1247:10: note: declared here
 gboolean gtk_widget_is_composited (GtkWidget *widget);
          ^~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c: In function ���on_composited_changed���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:254:3: warning: ���gtk_widget_is_composited��� is deprecated: Use 'gdk_screen_is_composited' instead [-Wdeprecated-declarations]
   gboolean is_composited = gtk_widget_is_composited (window);
   ^~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplication.h:27:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindow.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdialog.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaboutdialog.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidget.h:1247:10: note: declared here
 gboolean gtk_widget_is_composited (GtkWidget *widget);
          ^~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c: In function ���pattern_set_bg���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:453:3: warning: ���gdk_window_set_background_rgba��� is deprecated [-Wdeprecated-declarations]
   gdk_window_set_background_rgba (child, &colors[level]);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h:28:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h:778:15: note: declared here
 void          gdk_window_set_background_rgba (GdkWindow     *window,
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c: In function ���get_screen_corner���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7646:7: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
       *x = gdk_screen_get_width (screen) - w;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7647:7: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
       *y = gdk_screen_get_height (screen) - h;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7651:7: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
       *x = gdk_screen_get_width (screen) - w;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7657:7: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
       *y = gdk_screen_get_height (screen) - h;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7666:7: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
       *x = (gdk_screen_get_width (screen) - w) / 2;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7667:7: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
       *y = gdk_screen_get_height (screen) - h;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7671:7: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
       *x = (gdk_screen_get_width (screen) - w) / 2;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7677:7: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
       *y = (gdk_screen_get_height (screen) - h) / 2;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7681:7: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
       *x = gdk_screen_get_width (screen) - w;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7682:7: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
       *y = (gdk_screen_get_height (screen) - h) / 2;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7686:7: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
       *x = (gdk_screen_get_width (screen) - w) / 2;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7687:7: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
       *y = (gdk_screen_get_height (screen) - h) / 2;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c: In function ���scroll_test_adjustment_changed���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:8929:3: warning: ���gdk_window_process_updates��� is deprecated [-Wdeprecated-declarations]
   gdk_window_process_updates (window, FALSE);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h:28:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h:1060:12: note: declared here
 void       gdk_window_process_updates     (GdkWindow    *window,
            ^~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testgtk testgtk.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testgtk testgtk.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testheaderbar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testheaderbar.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testheaderbar testheaderbar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testheaderbar testheaderbar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testheightforwidth.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testheightforwidth.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testheightforwidth testheightforwidth.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testheightforwidth testheightforwidth.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testiconview.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testiconview.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testiconview.c: In function ���do_popup_menu���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testiconview.c:381:3: warning: ���gtk_menu_popup��� is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
   gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL, NULL,
   ^~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklabel.h:34:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccellabel.h:35,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testiconview.c:18:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenu.h:138:9: note: declared here
 void    gtk_menu_popup    (GtkMenu        *menu,
         ^~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testiconview testiconview.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testiconview testiconview.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testiconview-keynav.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testiconview-keynav.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testiconview-keynav testiconview-keynav.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testiconview-keynav testiconview-keynav.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testicontheme.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testicontheme.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testicontheme testicontheme.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testicontheme testicontheme.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testimage.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testimage.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testimage testimage.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testimage testimage.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testinput.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testinput.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testinput.c: In function ���draw_brush���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testinput.c:163:3: warning: ���gdk_window_process_updates��� is deprecated [-Wdeprecated-declarations]
   gdk_window_process_updates (gtk_widget_get_window (widget), TRUE);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h:28:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testinput.c:27:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h:1060:12: note: declared here
 void       gdk_window_process_updates     (GdkWindow    *window,
            ^~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testinput testinput.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testinput testinput.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testkineticscrolling.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testkineticscrolling.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testkineticscrolling testkineticscrolling.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testkineticscrolling testkineticscrolling.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testlist.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testlist.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testlist testlist.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testlist testlist.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testlist2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testlist2.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testlist2 testlist2.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testlist2 testlist2.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testlist3.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testlist3.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testlist3 testlist3.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testlist3 testlist3.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testlevelbar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testlevelbar.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testlevelbar testlevelbar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testlevelbar testlevelbar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testlockbutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testlockbutton.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testlockbutton testlockbutton.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testlockbutton testlockbutton.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testmenubutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testmenubutton.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testmenubutton testmenubutton.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testmenubutton testmenubutton.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testmountoperation.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testmountoperation.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testmountoperation testmountoperation.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testmountoperation testmountoperation.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testmultidisplay.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testmultidisplay.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testmultidisplay testmultidisplay.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testmultidisplay testmultidisplay.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testnotebookdnd.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testnotebookdnd.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testnotebookdnd testnotebookdnd.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testnotebookdnd testnotebookdnd.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testnumerableicon.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testnumerableicon.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testnumerableicon testnumerableicon.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testnumerableicon testnumerableicon.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testnouiprint.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testnouiprint.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testnouiprint testnouiprint.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testnouiprint testnouiprint.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkoffscreenbox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/gtkoffscreenbox.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testoffscreen.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testoffscreen.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testoffscreen gtkoffscreenbox.o testoffscreen.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testoffscreen gtkoffscreenbox.o testoffscreen.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testoffscreenwindow.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testoffscreenwindow.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testoffscreenwindow testoffscreenwindow.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testoffscreenwindow testoffscreenwindow.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testorientable.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testorientable.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testorientable testorientable.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testorientable testorientable.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testoverlay.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testoverlay.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testoverlay testoverlay.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testoverlay testoverlay.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testoverlaystyleclass.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testoverlaystyleclass.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testoverlaystyleclass testoverlaystyleclass.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testoverlaystyleclass testoverlaystyleclass.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testprint.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testprint.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testprintfileoperation.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testprintfileoperation.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testprint testprint.o testprintfileoperation.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testprint testprint.o testprintfileoperation.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testrecentchooser.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testrecentchooser.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testrecentchooser testrecentchooser.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testrecentchooser testrecentchooser.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testrecentchoosermenu.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testrecentchoosermenu.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testrecentchoosermenu testrecentchoosermenu.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testrecentchoosermenu testrecentchoosermenu.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testrichtext.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testrichtext.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testrichtext testrichtext.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testrichtext testrichtext.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testscale.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testscale.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testscale testscale.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testscale testscale.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testselection.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testselection.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testselection testselection.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testselection testselection.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testselectionmode.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testselectionmode.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testselectionmode testselectionmode.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testselectionmode testselectionmode.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testspinbutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testspinbutton.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testspinbutton testspinbutton.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testspinbutton testspinbutton.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o teststatusicon.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/teststatusicon.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o teststatusicon teststatusicon.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/teststatusicon teststatusicon.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o teststockbuttonmenu.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/teststockbuttonmenu.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o teststockbuttonmenu teststockbuttonmenu.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/teststockbuttonmenu teststockbuttonmenu.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtoolbar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoolbar.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoolbar.c: In function ���popup_context_menu���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoolbar.c:404:7: warning: ���gtk_menu_popup��� is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
       gtk_menu_popup (menu, NULL, NULL, position_function,
       ^~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklabel.h:34:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccellabel.h:35,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoolbar.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenu.h:138:9: note: declared here
 void    gtk_menu_popup    (GtkMenu        *menu,
         ^~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoolbar.c:408:5: warning: ���gtk_menu_popup��� is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
     gtk_menu_popup (menu, NULL, NULL, NULL, NULL, 0, gtk_get_current_event_time());
     ^~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklabel.h:34:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccellabel.h:35,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoolbar.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenu.h:138:9: note: declared here
 void    gtk_menu_popup    (GtkMenu        *menu,
         ^~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtoolbar testtoolbar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtoolbar testtoolbar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtoolbar2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoolbar2.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtoolbar2 testtoolbar2.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtoolbar2 testtoolbar2.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o stresstest-toolbar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/stresstest-toolbar.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o stresstest-toolbar stresstest-toolbar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/stresstest-toolbar stresstest-toolbar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreechanging.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreechanging.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreechanging testtreechanging.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreechanging testtreechanging.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreednd.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreednd.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreednd testtreednd.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreednd testtreednd.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreeedit.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreeedit.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreeedit testtreeedit.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreeedit testtreeedit.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreemodel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreemodel.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreemodel testtreemodel.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreemodel testtreemodel.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreeview.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreeview.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreeview testtreeview.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreeview testtreeview.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreefocus.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreefocus.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreefocus testtreefocus.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreefocus testtreefocus.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreeflow.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreeflow.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreeflow testtreeflow.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreeflow testtreeflow.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreecolumns.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreecolumns.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreecolumns testtreecolumns.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreecolumns testtreecolumns.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreecolumnsizing.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreecolumnsizing.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreecolumnsizing testtreecolumnsizing.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreecolumnsizing testtreecolumnsizing.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreesort.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreesort.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreesort testtreesort.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreesort testtreesort.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testverticalcells.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testverticalcells.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testverticalcells testverticalcells.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testverticalcells testverticalcells.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o treestoretest.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/treestoretest.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o treestoretest treestoretest.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/treestoretest treestoretest.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testxinerama.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c: In function ���request���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:32:3: warning: ���gdk_screen_get_monitor_at_window��� is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations]
   gint i = gdk_screen_get_monitor_at_window (screen,
   ^~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:91:15: note: declared here
 gint          gdk_screen_get_monitor_at_window (GdkScreen *screen,
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:41:7: warning: ���gdk_screen_get_monitor_geometry��� is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations]
       gdk_screen_get_monitor_geometry (screen,
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:78:14: note: declared here
 void         gdk_screen_get_monitor_geometry  (GdkScreen    *screen,
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:43:7: warning: ���gdk_screen_get_primary_monitor��� is deprecated: Use 'gdk_display_get_primary_monitor' instead [-Wdeprecated-declarations]
       primary_monitor = gdk_screen_get_primary_monitor (screen);
       ^~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:76:14: note: declared here
 gint         gdk_screen_get_primary_monitor   (GdkScreen    *screen);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c: In function ���main���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:80:3: warning: ���gdk_screen_get_n_monitors��� is deprecated: Use 'gdk_display_get_n_monitors' instead [-Wdeprecated-declarations]
   num_monitors = gdk_screen_get_n_monitors (screen);
   ^~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:74:14: note: declared here
 gint         gdk_screen_get_n_monitors        (GdkScreen    *screen);
              ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:84:3: warning: ���gdk_screen_get_primary_monitor��� is deprecated: Use 'gdk_display_get_primary_monitor' instead [-Wdeprecated-declarations]
   primary_monitor = gdk_screen_get_primary_monitor (screen);
   ^~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:76:14: note: declared here
 gint         gdk_screen_get_primary_monitor   (GdkScreen    *screen);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:93:7: warning: ���gdk_screen_get_monitor_geometry��� is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations]
       gdk_screen_get_monitor_geometry (screen, i, &monitor);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:78:14: note: declared here
 void         gdk_screen_get_monitor_geometry  (GdkScreen    *screen,
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testxinerama testxinerama.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testxinerama testxinerama.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testwindows.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindows.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindows.c: In function ���create_window���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindows.c:55:3: warning: ���gdk_window_set_background_rgba��� is deprecated [-Wdeprecated-declarations]
   gdk_window_set_background_rgba (window, bg);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h:28:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindows.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h:778:15: note: declared here
 void          gdk_window_set_background_rgba (GdkWindow     *window,
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindows.c: In function ���alpha_clicked���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindows.c:723:7: warning: ���gdk_window_set_background_rgba��� is deprecated [-Wdeprecated-declarations]
       gdk_window_set_background_rgba (window, color);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h:28:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindows.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h:778:15: note: declared here
 void          gdk_window_set_background_rgba (GdkWindow     *window,
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testwindows testwindows.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testwindows testwindows.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testmerge.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testmerge.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testmerge testmerge.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testmerge testmerge.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testactions.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testactions.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testactions testactions.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testactions testactions.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testgrouping.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgrouping.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testgrouping testgrouping.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testgrouping testgrouping.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtooltips.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtooltips.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtooltips testtooltips.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtooltips testtooltips.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testexpand.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testexpand.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testexpand testexpand.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testexpand testexpand.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testexpander.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testexpander.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testexpander testexpander.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testexpander testexpander.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testvolumebutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testvolumebutton.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testvolumebutton testvolumebutton.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testvolumebutton testvolumebutton.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testscrolledwindow.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testscrolledwindow.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testscrolledwindow testscrolledwindow.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testscrolledwindow testscrolledwindow.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testscrolledge.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testscrolledge.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testscrolledge testscrolledge.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testscrolledge testscrolledge.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testswitch.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testswitch.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testswitch testswitch.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testswitch testswitch.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcellarea.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcellarea.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcellarea testcellarea.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcellarea testcellarea.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o styleexamples.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/styleexamples.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o styleexamples styleexamples.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/styleexamples styleexamples.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreemenu.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreemenu.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreemenu testtreemenu.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreemenu testtreemenu.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtoplevelembed.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoplevelembed.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtoplevelembed testtoplevelembed.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtoplevelembed testtoplevelembed.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testnoscreen.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testnoscreen.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testnoscreen testnoscreen.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testnoscreen testnoscreen.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreepos.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreepos.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreepos testtreepos.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreepos testtreepos.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testsensitive.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testsensitive.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testsensitive testsensitive.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testsensitive testsensitive.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtextview.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtextview.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtextview testtextview.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtextview testtextview.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testanimation.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testanimation.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testanimation testanimation.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testanimation testanimation.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testpixbuf-save.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testpixbuf-save.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testpixbuf-save testpixbuf-save.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testpixbuf-save testpixbuf-save.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testpixbuf-color.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testpixbuf-color.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testpixbuf-color testpixbuf-color.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testpixbuf-color testpixbuf-color.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testpixbuf-scale.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testpixbuf-scale.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testpixbuf-scale testpixbuf-scale.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testpixbuf-scale testpixbuf-scale.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testgmenu.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgmenu.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testgmenu testgmenu.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testgmenu testgmenu.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testlogout.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testlogout.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testlogout testlogout.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testlogout testlogout.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o teststack.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/teststack.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o teststack teststack.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/teststack teststack.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testrevealer.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testrevealer.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testrevealer testrevealer.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testrevealer testrevealer.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testrevealer2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testrevealer2.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testrevealer2 testrevealer2.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testrevealer2 testrevealer2.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtitlebar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtitlebar.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtitlebar testtitlebar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtitlebar testtitlebar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testsplitheaders.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testsplitheaders.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testsplitheaders testsplitheaders.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testsplitheaders testsplitheaders.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o teststackedheaders.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/teststackedheaders.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o teststackedheaders teststackedheaders.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/teststackedheaders teststackedheaders.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testactionbar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testactionbar.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testactionbar testactionbar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testactionbar testactionbar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testwindowsize.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindowsize.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testwindowsize testwindowsize.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testwindowsize testwindowsize.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testpopover.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testpopover.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testpopover testpopover.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testpopover testpopover.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkgears.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/gdkgears.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gdkgears gdkgears.o gtkgears.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gdkgears gdkgears.o gtkgears.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o listmodel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/listmodel.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o listmodel listmodel.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/listmodel listmodel.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testpopup.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testpopup.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testpopup testpopup.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testpopup testpopup.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testpopupat.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testpopupat.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testpopupat testpopupat.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testpopupat testpopupat.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -lpangoft2-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm -pthread
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests'
Making all in testsuite
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite'
Making all in gdk
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gdk'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o cairo.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/cairo.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o cairo cairo.o -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm ../../gdk/libgdk-3.la  -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/cairo cairo.o  -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy ../../gdk/.libs/libgdk-3.so -lm
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o display.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/display.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o display display.o -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm ../../gdk/libgdk-3.la  -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/display display.o  -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy ../../gdk/.libs/libgdk-3.so -lm
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o encoding.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/encoding.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o encoding encoding.o -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm ../../gdk/libgdk-3.la  -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/encoding encoding.o  -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy ../../gdk/.libs/libgdk-3.so -lm
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o keysyms.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/keysyms.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o keysyms keysyms.o -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm ../../gdk/libgdk-3.la  -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/keysyms keysyms.o  -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy ../../gdk/.libs/libgdk-3.so -lm
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o rectangle.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/rectangle.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o rectangle rectangle.o -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm ../../gdk/libgdk-3.la  -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/rectangle rectangle.o  -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy ../../gdk/.libs/libgdk-3.so -lm
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o rgba.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/rgba.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o rgba rgba.o -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm ../../gdk/libgdk-3.la  -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/rgba rgba.o  -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy ../../gdk/.libs/libgdk-3.so -lm
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o seat.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/seat.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o seat seat.o -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm ../../gdk/libgdk-3.la  -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/seat seat.o  -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy ../../gdk/.libs/libgdk-3.so -lm
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o visual.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c: In function ���test_depth���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:97:3: warning: ���gdk_query_depths��� is deprecated [-Wdeprecated-declarations]
   gdk_query_depths (&depths, &n_depths);
   ^~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:63:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h:102:6: note: declared here
 void gdk_query_depths       (gint           **depths,
      ^~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:104:7: warning: ���gdk_visual_get_best_with_depth��� is deprecated [-Wdeprecated-declarations]
       visual = gdk_visual_get_best_with_depth (depths[i]);
       ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:63:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h:94:15: note: declared here
 GdkVisual*    gdk_visual_get_best_with_depth (gint           depth);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:119:7: warning: ���gdk_visual_get_best_with_depth��� is deprecated [-Wdeprecated-declarations]
       visual = gdk_visual_get_best_with_depth (i);
       ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:63:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h:94:15: note: declared here
 GdkVisual*    gdk_visual_get_best_with_depth (gint           depth);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c: In function ���test_type���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:139:3: warning: ���gdk_query_visual_types��� is deprecated [-Wdeprecated-declarations]
   gdk_query_visual_types (&types, &n_types);
   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:63:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h:105:6: note: declared here
 void gdk_query_visual_types (GdkVisualType  **visual_types,
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:146:7: warning: ���gdk_visual_get_best_with_type��� is deprecated [-Wdeprecated-declarations]
       visual = gdk_visual_get_best_with_type (types[i]);
       ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:63:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h:96:15: note: declared here
 GdkVisual*    gdk_visual_get_best_with_type  (GdkVisualType  visual_type);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:161:7: warning: ���gdk_visual_get_best_with_type��� is deprecated [-Wdeprecated-declarations]
       visual = gdk_visual_get_best_with_type (i);
       ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:63:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h:96:15: note: declared here
 GdkVisual*    gdk_visual_get_best_with_type  (GdkVisualType  visual_type);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o visual visual.o -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy -lm ../../gdk/libgdk-3.la  -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/visual visual.o  -lz -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lcairo -lepoxy ../../gdk/.libs/libgdk-3.so -lm
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gdk'
Making all in gtk
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gtk'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas \
	--schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.ColorChooser.gschema.xml --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.FileChooser.gschema.xml \
	--targetdir=.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gtk'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o accel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/accel.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o accel accel.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/accel accel.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o accessible.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/accessible.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o accessible accessible.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/accessible accessible.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o action.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/action.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o action action.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/action action.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o adjustment.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/adjustment.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o adjustment adjustment.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/adjustment adjustment.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2 -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o bitmask-bitmask.o `test -f 'bitmask.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`bitmask.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2 -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o bitmask-gtkallocatedbitmask.o `test -f '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkallocatedbitmask.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkallocatedbitmask.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o bitmask bitmask-bitmask.o bitmask-gtkallocatedbitmask.o  -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o bitmask bitmask-bitmask.o bitmask-gtkallocatedbitmask.o  -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o builder.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/builder.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -export-dynamic -Wl,-z,relro -Wl,-O1 -o builder builder.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/builder builder.o -Wl,--export-dynamic  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o builderparser.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/builderparser.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o builderparser builderparser.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/builderparser builderparser.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o cellarea.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/cellarea.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o cellarea cellarea.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/cellarea cellarea.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o check-icon-names.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/check-icon-names.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o check-icon-names check-icon-names.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/check-icon-names check-icon-names.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o check-cursor-names.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/check-cursor-names.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o check-cursor-names check-cursor-names.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/check-cursor-names check-cursor-names.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o clipboard.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/clipboard.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o clipboard clipboard.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/clipboard clipboard.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o cssprovider.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/cssprovider.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o cssprovider cssprovider.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/cssprovider cssprovider.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o defaultvalue.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/defaultvalue.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o defaultvalue defaultvalue.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/defaultvalue defaultvalue.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o entry.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/entry.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o entry entry.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/entry entry.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o firefox-stylecontext.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/firefox-stylecontext.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o firefox-stylecontext firefox-stylecontext.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/firefox-stylecontext firefox-stylecontext.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o floating.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/floating.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o floating floating.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/floating floating.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o focus.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/focus.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o focus focus.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/focus focus.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gestures.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/gestures.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gestures gestures.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gestures gestures.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o grid.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/grid.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o grid grid.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/grid grid.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkmenu.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/gtkmenu.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtkmenu gtkmenu.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtkmenu gtkmenu.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o icontheme.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/icontheme.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o icontheme icontheme.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/icontheme icontheme.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2 -DGTK_COMPILATION -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\"  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o keyhash-keyhash.o `test -f 'keyhash.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`keyhash.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2 -DGTK_COMPILATION -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\"  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o keyhash-gtkkeyhash.o `test -f '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkkeyhash.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkkeyhash.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2 -DGTK_COMPILATION -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\"  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o keyhash-gtkresources.o `test -f '../../gtk/gtkresources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`../../gtk/gtkresources.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2 -DGTK_COMPILATION -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\"  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o keyhash-gtkprivate.o `test -f '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprivate.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprivate.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DGTK_COMPILATION -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\"  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o keyhash keyhash-keyhash.o keyhash-gtkkeyhash.o keyhash-gtkresources.o keyhash-gtkprivate.o  ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -DGTK_COMPILATION -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/keyhash keyhash-keyhash.o keyhash-gtkkeyhash.o keyhash-gtkresources.o keyhash-gtkprivate.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o listbox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/listbox.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o listbox listbox.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/listbox listbox.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o notify.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/notify.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o notify notify.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/notify notify.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o no-gtk-init.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/no-gtk-init.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o no-gtk-init no-gtk-init.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/no-gtk-init no-gtk-init.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o object.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/object.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o object object.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/object object.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o objects-finalize.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/objects-finalize.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o objects-finalize objects-finalize.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/objects-finalize objects-finalize.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o papersize.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/papersize.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o papersize papersize.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/papersize papersize.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2 -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o rbtree-rbtree.o `test -f 'rbtree.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`rbtree.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2 -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o rbtree-gtkrbtree.o `test -f '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrbtree.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrbtree.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o rbtree rbtree-rbtree.o rbtree-gtkrbtree.o  -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o rbtree rbtree-rbtree.o rbtree-gtkrbtree.o  -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o recentmanager.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/recentmanager.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o recentmanager recentmanager.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/recentmanager recentmanager.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o regression-tests.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/regression-tests.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o regression-tests regression-tests.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/regression-tests regression-tests.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o scrolledwindow.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/scrolledwindow.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o scrolledwindow scrolledwindow.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/scrolledwindow scrolledwindow.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o spinbutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/spinbutton.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o spinbutton spinbutton.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/spinbutton spinbutton.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o stylecontext.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/stylecontext.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o stylecontext stylecontext.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/stylecontext stylecontext.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o templates.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/templates.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o templates templates.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/templates templates.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o textbuffer.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/textbuffer.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o textbuffer textbuffer.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/textbuffer textbuffer.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o textiter.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/textiter.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o textiter textiter.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/textiter textiter.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o treemodel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/treemodel.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o liststore.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/liststore.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o treestore.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/treestore.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o filtermodel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/filtermodel.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o sortmodel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/sortmodel.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o modelrefcount.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/modelrefcount.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtktreemodelrefcount.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/gtktreemodelrefcount.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o treemodel treemodel.o liststore.o treestore.o filtermodel.o sortmodel.o modelrefcount.o gtktreemodelrefcount.o  ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/treemodel treemodel.o liststore.o treestore.o filtermodel.o sortmodel.o modelrefcount.o gtktreemodelrefcount.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o treepath.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/treepath.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o treepath treepath.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/treepath treepath.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o treeview.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/treeview.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o treeview treeview.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/treeview treeview.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o typename.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/typename.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o typename typename.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/typename typename.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o window.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/window.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o window window.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/window window.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o displayclose.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/displayclose.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o displayclose displayclose.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/displayclose displayclose.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o revealer-size.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/revealer-size.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o revealer-size revealer-size.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/revealer-size revealer-size.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
c++ -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/dummy-headers  -Wdate-time -D_FORTIFY_SOURCE=2 -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -c -o autotestkeywords-autotestkeywords.o `test -f 'autotestkeywords.cc' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`autotestkeywords.cc
/bin/bash ../../libtool  --tag=CXX   --mode=link c++ -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro -Wl,-O1 -o autotestkeywords autotestkeywords-autotestkeywords.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: c++ -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DHAVE_UNIX_PRINT_WIDGETS -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,-O1 -o .libs/autotestkeywords autotestkeywords-autotestkeywords.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gtk'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gtk'
Making all in a11y
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y'
Making all in state
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y/state'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y/state'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y'
Making all in css
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css'
Making all in parser
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/parser'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/parser'
Making all in nodes
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/nodes'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/nodes'
Making all in style
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/style'
Failed to open file './test-css-style.gresource.xml': No such file or directory
Failed to open file './test-css-style.gresource.xml': No such file or directory
/usr/bin/make  all-am
make[6]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/style'
Failed to open file './test-css-style.gresource.xml': No such file or directory
Failed to open file './test-css-style.gresource.xml': No such file or directory
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/style'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/style'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css'
Making all in reftests
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/reftests'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas \
	--schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.ColorChooser.gschema.xml --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.FileChooser.gschema.xml \
	--targetdir=.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/reftests'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtkreftestprivate_la-reftest-compare.lo `test -f 'reftest-compare.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`reftest-compare.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/reftest-compare.c  -fPIC -DPIC -o .libs/libgtkreftestprivate_la-reftest-compare.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtkreftestprivate_la-reftest-module.lo `test -f 'reftest-module.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`reftest-module.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/reftest-module.c  -fPIC -DPIC -o .libs/libgtkreftestprivate_la-reftest-module.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtkreftestprivate_la-reftest-snapshot.lo `test -f 'reftest-snapshot.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`reftest-snapshot.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/reftest-snapshot.c  -fPIC -DPIC -o .libs/libgtkreftestprivate_la-reftest-snapshot.o
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/reftest-snapshot.c: In function ���snapshot_widget���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/reftest-snapshot.c:147:7: warning: ���gdk_window_get_background_pattern��� is deprecated [-Wdeprecated-declarations]
       bg = gdk_window_get_background_pattern (gtk_widget_get_window (widget));
       ^~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h:28:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/reftest-snapshot.h:21,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/reftest-snapshot.c:23:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h:784:18: note: declared here
 cairo_pattern_t *gdk_window_get_background_pattern (GdkWindow     *window);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o libgtkreftestprivate.la  libgtkreftestprivate_la-reftest-compare.lo libgtkreftestprivate_la-reftest-module.lo libgtkreftestprivate_la-reftest-snapshot.lo  ../../gdk/libgdk-3.la ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0  -lm  
libtool: link: ar cru .libs/libgtkreftestprivate.a .libs/libgtkreftestprivate_la-reftest-compare.o .libs/libgtkreftestprivate_la-reftest-module.o .libs/libgtkreftestprivate_la-reftest-snapshot.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgtkreftestprivate.a
libtool: link: ( cd ".libs" && rm -f "libgtkreftestprivate.la" && ln -s "../libgtkreftestprivate.la" "libgtkreftestprivate.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-expand-expander.lo `test -f 'expand-expander.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`expand-expander.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/expand-expander.c  -fPIC -DPIC -o .libs/libreftest_la-expand-expander.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-frame-inhibitor.lo `test -f 'frame-inhibitor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`frame-inhibitor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/frame-inhibitor.c  -fPIC -DPIC -o .libs/libreftest_la-frame-inhibitor.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-image-recording-surface.lo `test -f 'image-recording-surface.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`image-recording-surface.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/image-recording-surface.c  -fPIC -DPIC -o .libs/libreftest_la-image-recording-surface.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-letter-spacing.lo `test -f 'letter-spacing.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`letter-spacing.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/letter-spacing.c  -fPIC -DPIC -o .libs/libreftest_la-letter-spacing.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-set-default-direction.lo `test -f 'set-default-direction.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`set-default-direction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/set-default-direction.c  -fPIC -DPIC -o .libs/libreftest_la-set-default-direction.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-statusbar-remove-all.lo `test -f 'statusbar-remove-all.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`statusbar-remove-all.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/statusbar-remove-all.c  -fPIC -DPIC -o .libs/libreftest_la-statusbar-remove-all.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-textview-border-windows.lo `test -f 'textview-border-windows.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`textview-border-windows.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/textview-border-windows.c  -fPIC -DPIC -o .libs/libreftest_la-textview-border-windows.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-textview-tags.lo `test -f 'textview-tags.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`textview-tags.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/textview-tags.c  -fPIC -DPIC -o .libs/libreftest_la-textview-tags.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-animation-direction.lo `test -f 'animation-direction.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`animation-direction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/animation-direction.c  -fPIC -DPIC -o .libs/libreftest_la-animation-direction.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /iHaveNoIdeaWhatImDoing -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o libreftest.la  libreftest_la-expand-expander.lo libreftest_la-frame-inhibitor.lo libreftest_la-image-recording-surface.lo libreftest_la-letter-spacing.lo libreftest_la-set-default-direction.lo libreftest_la-statusbar-remove-all.lo libreftest_la-textview-border-windows.lo libreftest_la-textview-tags.lo libreftest_la-animation-direction.lo  libgtkreftestprivate.la ../../gdk/libgdk-3.la ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0  -lm  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libreftest_la-expand-expander.o .libs/libreftest_la-frame-inhibitor.o .libs/libreftest_la-image-recording-surface.o .libs/libreftest_la-letter-spacing.o .libs/libreftest_la-set-default-direction.o .libs/libreftest_la-statusbar-remove-all.o .libs/libreftest_la-textview-border-windows.o .libs/libreftest_la-textview-tags.o .libs/libreftest_la-animation-direction.o  -Wl,--whole-archive ./.libs/libgtkreftestprivate.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/.libs /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk/.libs/libgtk-3.so /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/.libs/libgdk-3.so -lz -lrt ../../gdk/.libs/libgdk-3.so ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lm  -pthread -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1 -Wl,--export-dynamic -pthread   -pthread -Wl,-soname -Wl,libreftest.so -o .libs/libreftest.so
libtool: link: ( cd ".libs" && rm -f "libreftest.la" && ln -s "../libreftest.la" "libreftest.la" )
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/reftests'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/reftests'
Making all in tools
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/tools'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/tools'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite'
Making all in examples
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples'
Making all in bp
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/bp'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/bp -I../..  -DSRCDIR=\"/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/bp\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o bloatpad.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/bp/bloatpad.c
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-resources --target=bloatpad-gresources.c --sourcedir=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/bp --generate-source /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/bp/bloatpad.gresources.xml
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/bp -I../..  -DSRCDIR=\"/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/bp\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o bloatpad-gresources.o bloatpad-gresources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o bloatpad bloatpad.o bloatpad-gresources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/bloatpad bloatpad.o bloatpad-gresources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/bp'
Making all in application1
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application1'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application1 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application1/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application1 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application1/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application1 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application1/'`exampleappwin.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application1'
Making all in application2
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application2'
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application2'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application2'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application2'
Making all in application3
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application3'
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application3'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application3'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application3'
Making all in application4
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application4'
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application4'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application4'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application4'
Making all in application5
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application5'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application5'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5/org.gtk.exampleapp.gschema.xml && mkdir -p . && touch org.gtk.exampleapp.gschema.valid
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application5'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application5'
Making all in application6
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application6'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application6'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappprefs.o `test -f 'exampleappprefs.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/'`exampleappprefs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/org.gtk.exampleapp.gschema.xml && mkdir -p . && touch org.gtk.exampleapp.gschema.valid
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application6'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application6'
Making all in application7
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application7'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application7'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappprefs.o `test -f 'exampleappprefs.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/'`exampleappprefs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/org.gtk.exampleapp.gschema.xml && mkdir -p . && touch org.gtk.exampleapp.gschema.valid
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application7'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application7'
Making all in application8
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application8'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application8'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappprefs.o `test -f 'exampleappprefs.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/'`exampleappprefs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/org.gtk.exampleapp.gschema.xml && mkdir -p . && touch org.gtk.exampleapp.gschema.valid
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application8'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application8'
Making all in application9
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application9'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application9'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappprefs.o `test -f 'exampleappprefs.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/'`exampleappprefs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/org.gtk.exampleapp.gschema.xml && mkdir -p . && touch org.gtk.exampleapp.gschema.valid
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application9'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application9'
Making all in application10
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application10'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application10'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappprefs.o `test -f 'exampleappprefs.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/'`exampleappprefs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/org.gtk.exampleapp.gschema.xml && mkdir -p . && touch org.gtk.exampleapp.gschema.valid
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application10'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application10'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o hello-world.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/hello-world.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o hello-world hello-world.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/hello-world hello-world.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o window-default.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/window-default.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o window-default window-default.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/window-default window-default.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o plugman.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/plugman.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o plugman plugman.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/plugman plugman.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o sunny.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/sunny.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o sunny sunny.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/sunny sunny.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o action-namespace.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/action-namespace.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o action-namespace action-namespace.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/action-namespace action-namespace.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o grid-packing.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/grid-packing.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o grid-packing grid-packing.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/grid-packing grid-packing.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o drawing.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/drawing.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o drawing drawing.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/drawing drawing.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o builder.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/builder.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o builder builder.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/builder builder.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o search-bar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/search-bar.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o search-bar search-bar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/search-bar search-bar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples'
Making all in docs
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs'
Making all in reference
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference'
Making all in gdk
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/gdk'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/gdk'
Making all in gtk
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/gtk'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/gtk'
Making all in libgail-util
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/libgail-util'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/libgail-util'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference'
Making all in tools
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/tools'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/tools'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs'
Making all in m4macros
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/m4macros'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/m4macros'
Making all in build
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build'
Making all in win32
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32'
Making all in vs9
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs9'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs9'
Making all in vs10
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs10'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs10'
Making all in vs11
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs11'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs11'
Making all in vs12
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs12'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs12'
Making all in vs14
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs14'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs14'
Making all in vs15
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs15'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs15'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared'
rm -f gtk+-broadway-3.0.pc && \
cp gtk+-3.0.pc gtk+-broadway-3.0.pc
rm -f gtk+-wayland-3.0.pc && \
cp gtk+-3.0.pc gtk+-wayland-3.0.pc
rm -f gdk-broadway-3.0.pc && \
cp gdk-3.0.pc gdk-broadway-3.0.pc
rm -f gdk-wayland-3.0.pc && \
cp gdk-3.0.pc gdk-wayland-3.0.pc
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared'
make[1]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared'
touch debian/stamp-makefile-build/shared
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C debian/build/shared_udeb 
make[1]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb'
/usr/bin/make  all-recursive
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb'
Making all in po
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/po'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/po'
Making all in po-properties
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/po-properties'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/po-properties'
Making all in gdk
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
Failed to open file './gdk.gresource.xml': No such file or directory
echo "<?xml version='1.0' encoding='UTF-8'?>" > gdk.gresource.xml; \
echo "<gresources>" >> gdk.gresource.xml; \
echo "  <gresource prefix='/org/gtk/libgdk'>" >> gdk.gresource.xml; \
for f in /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gles2-texture.fs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl2-texture-2d.fs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl2-texture-2d.vs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl2-texture-rect.fs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gles2-texture.vs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl3-texture-rect.fs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl2-texture-rect.vs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl3-texture-2d.vs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl3-texture-2d.fs.glsl /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/resources/glsl/gl3-texture-rect.vs.glsl; do \
  n=`basename $f`; \
  echo "    <file alias='glsl/$n'>resources/glsl/$n</file>" >> gdk.gresource.xml; \
done; \
echo "  </gresource>" >> gdk.gresource.xml; \
echo "</gresources>" >> gdk.gresource.xml;
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-resources gdk.gresource.xml --target=gdkresources.h \
	--sourcedir=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk --c-name _gdk --generate-header --manual-register
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-resources gdk.gresource.xml --target=gdkresources.c \
	--sourcedir=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk --c-name _gdk --generate-source --manual-register
cd .. && /bin/bash ./config.status gdk/gdkconfig.h \
&& echo timestamp > gdk/stamp-gc-h
config.status: executing gdk/gdkconfig.h commands
config.status: gdk/gdkconfig.h is unchanged
if test -f gdkconfig.h; then :; \
else rm -f stamp-gc-h; /usr/bin/make stamp-gc-h; fi
/usr/bin/make  all-recursive
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
Making all in x11
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk/x11'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkapplaunchcontext-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkapplaunchcontext-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkapplaunchcontext-x11.c  -fPIC -DPIC -o .libs/gdkapplaunchcontext-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkasync.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkasync.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkasync.c  -fPIC -DPIC -o .libs/gdkasync.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkcursor-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkcursor-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkcursor-x11.c  -fPIC -DPIC -o .libs/gdkcursor-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdevice-core-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdevice-core-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdevice-core-x11.c  -fPIC -DPIC -o .libs/gdkdevice-core-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdevice-xi2.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdevice-xi2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdevice-xi2.c  -fPIC -DPIC -o .libs/gdkdevice-xi2.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdevicemanager-core-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdevicemanager-core-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdevicemanager-core-x11.c  -fPIC -DPIC -o .libs/gdkdevicemanager-core-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdevicemanager-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdevicemanager-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdevicemanager-x11.c  -fPIC -DPIC -o .libs/gdkdevicemanager-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdevicemanager-xi2.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdevicemanager-xi2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdevicemanager-xi2.c  -fPIC -DPIC -o .libs/gdkdevicemanager-xi2.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdisplaymanager-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdisplaymanager-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdisplaymanager-x11.c  -fPIC -DPIC -o .libs/gdkdisplaymanager-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdisplay-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdisplay-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdisplay-x11.c  -fPIC -DPIC -o .libs/gdkdisplay-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkdnd-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdnd-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkdnd-x11.c  -fPIC -DPIC -o .libs/gdkdnd-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkeventsource.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkeventsource.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkeventsource.c  -fPIC -DPIC -o .libs/gdkeventsource.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkeventtranslator.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkeventtranslator.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkeventtranslator.c  -fPIC -DPIC -o .libs/gdkeventtranslator.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkgeometry-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkgeometry-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkgeometry-x11.c  -fPIC -DPIC -o .libs/gdkgeometry-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkglcontext-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkglcontext-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkglcontext-x11.c  -fPIC -DPIC -o .libs/gdkglcontext-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkkeys-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkkeys-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkkeys-x11.c  -fPIC -DPIC -o .libs/gdkkeys-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkmain-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkmain-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkmain-x11.c  -fPIC -DPIC -o .libs/gdkmain-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkmonitor-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkmonitor-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkmonitor-x11.c  -fPIC -DPIC -o .libs/gdkmonitor-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkproperty-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkproperty-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkproperty-x11.c  -fPIC -DPIC -o .libs/gdkproperty-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkscreen-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkscreen-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkscreen-x11.c  -fPIC -DPIC -o .libs/gdkscreen-x11.o
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkscreen-x11.c:387:1: warning: ���translate_subpixel_order��� defined but not used [-Wunused-function]
 translate_subpixel_order (int subpixel)
 ^~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkselection-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkselection-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkselection-x11.c  -fPIC -DPIC -o .libs/gdkselection-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdktestutils-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdktestutils-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdktestutils-x11.c  -fPIC -DPIC -o .libs/gdktestutils-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkvisual-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkvisual-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkvisual-x11.c  -fPIC -DPIC -o .libs/gdkvisual-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkwindow-x11.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkwindow-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkwindow-x11.c  -fPIC -DPIC -o .libs/gdkwindow-x11.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkxftdefaults.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkxftdefaults.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkxftdefaults.c  -fPIC -DPIC -o .libs/gdkxftdefaults.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkxid.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkxid.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkxid.c  -fPIC -DPIC -o .libs/gdkxid.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o xsettings-client.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/xsettings-client.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -fvisibility=hidden -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/xsettings-client.c  -fPIC -DPIC -o .libs/xsettings-client.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o libgdk-x11.la  gdkapplaunchcontext-x11.lo gdkasync.lo gdkcursor-x11.lo gdkdevice-core-x11.lo gdkdevice-xi2.lo gdkdevicemanager-core-x11.lo gdkdevicemanager-x11.lo gdkdevicemanager-xi2.lo gdkdisplaymanager-x11.lo gdkdisplay-x11.lo gdkdnd-x11.lo gdkeventsource.lo gdkeventtranslator.lo gdkgeometry-x11.lo gdkglcontext-x11.lo gdkkeys-x11.lo gdkmain-x11.lo gdkmonitor-x11.lo gdkproperty-x11.lo gdkscreen-x11.lo gdkselection-x11.lo gdktestutils-x11.lo gdkvisual-x11.lo gdkwindow-x11.lo gdkxftdefaults.lo gdkxid.lo xsettings-client.lo  
libtool: link: ar cru .libs/libgdk-x11.a .libs/gdkapplaunchcontext-x11.o .libs/gdkasync.o .libs/gdkcursor-x11.o .libs/gdkdevice-core-x11.o .libs/gdkdevice-xi2.o .libs/gdkdevicemanager-core-x11.o .libs/gdkdevicemanager-x11.o .libs/gdkdevicemanager-xi2.o .libs/gdkdisplaymanager-x11.o .libs/gdkdisplay-x11.o .libs/gdkdnd-x11.o .libs/gdkeventsource.o .libs/gdkeventtranslator.o .libs/gdkgeometry-x11.o .libs/gdkglcontext-x11.o .libs/gdkkeys-x11.o .libs/gdkmain-x11.o .libs/gdkmonitor-x11.o .libs/gdkproperty-x11.o .libs/gdkscreen-x11.o .libs/gdkselection-x11.o .libs/gdktestutils-x11.o .libs/gdkvisual-x11.o .libs/gdkwindow-x11.o .libs/gdkxftdefaults.o .libs/gdkxid.o .libs/xsettings-client.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgdk-x11.a
libtool: link: ( cd ".libs" && rm -f "libgdk-x11.la" && ln -s "../libgdk-x11.la" "libgdk-x11.la" )
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk/x11'
Making all in .
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkcolor.lo `test -f 'deprecated/gdkcolor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`deprecated/gdkcolor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/deprecated/gdkcolor.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkcolor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdk-private.lo `test -f 'gdk-private.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdk-private.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk-private.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdk-private.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdk.lo `test -f 'gdk.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdk.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdk.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkapplaunchcontext.lo `test -f 'gdkapplaunchcontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkapplaunchcontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkapplaunchcontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkcairo.lo `test -f 'gdkcairo.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkcairo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkcairo.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkcairo.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkcursor.lo `test -f 'gdkcursor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkcursor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkcursor.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkcursor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdeprecated.lo `test -f 'gdkdeprecated.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdeprecated.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdeprecated.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdeprecated.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdevice.lo `test -f 'gdkdevice.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdevice.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevice.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdevice.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdevicepad.lo `test -f 'gdkdevicepad.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdevicepad.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicepad.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdevicepad.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdevicetool.lo `test -f 'gdkdevicetool.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdevicetool.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicetool.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdevicetool.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdevicemanager.lo `test -f 'gdkdevicemanager.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdevicemanager.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicemanager.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdevicemanager.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdisplay.lo `test -f 'gdkdisplay.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdisplay.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdisplay.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdisplaymanager.lo `test -f 'gdkdisplaymanager.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdisplaymanager.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplaymanager.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdisplaymanager.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdnd.lo `test -f 'gdkdnd.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdnd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdnd.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdnd.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkdrawingcontext.lo `test -f 'gdkdrawingcontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkdrawingcontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdrawingcontext.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkdrawingcontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkevents.lo `test -f 'gdkevents.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkevents.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkevents.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkevents.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkframetimings.lo `test -f 'gdkframetimings.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkframetimings.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframetimings.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkframetimings.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkgl.lo `test -f 'gdkgl.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkgl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkgl.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkgl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkglcontext.lo `test -f 'gdkglcontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkglcontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkglcontext.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkglcontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkglobals.lo `test -f 'gdkglobals.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkglobals.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkglobals.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkglobals.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkkeys.lo `test -f 'gdkkeys.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkkeys.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkkeys.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkkeys.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkkeyuni.lo `test -f 'gdkkeyuni.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkkeyuni.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkkeyuni.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkkeyuni.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkmonitor.lo `test -f 'gdkmonitor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkmonitor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmonitor.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkmonitor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkoffscreenwindow.lo `test -f 'gdkoffscreenwindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkoffscreenwindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkoffscreenwindow.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkoffscreenwindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkframeclock.lo `test -f 'gdkframeclock.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkframeclock.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframeclock.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkframeclock.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkframeclockidle.lo `test -f 'gdkframeclockidle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkframeclockidle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframeclockidle.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkframeclockidle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkpango.lo `test -f 'gdkpango.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkpango.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkpango.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkpango.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkpixbuf-drawable.lo `test -f 'gdkpixbuf-drawable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkpixbuf-drawable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkpixbuf-drawable.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkpixbuf-drawable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkproperty.lo `test -f 'gdkproperty.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkproperty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkproperty.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkproperty.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkrectangle.lo `test -f 'gdkrectangle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkrectangle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkrectangle.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkrectangle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkrgba.lo `test -f 'gdkrgba.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkrgba.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkrgba.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkrgba.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkscreen.lo `test -f 'gdkscreen.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkscreen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkscreen.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkseat.lo `test -f 'gdkseat.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkseat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkseat.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkseatdefault.lo `test -f 'gdkseatdefault.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkseatdefault.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseatdefault.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkseatdefault.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkselection.lo `test -f 'gdkselection.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkselection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkselection.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkselection.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkvisual.lo `test -f 'gdkvisual.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkvisual.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkvisual.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkwindow.lo `test -f 'gdkwindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkwindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkwindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkwindowimpl.lo `test -f 'gdkwindowimpl.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkwindowimpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindowimpl.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkwindowimpl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkenumtypes.lo `test -f 'gdkenumtypes.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkenumtypes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkenumtypes.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkenumtypes.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkmarshalers.lo `test -f 'gdkmarshalers.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkmarshalers.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmarshalers.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkmarshalers.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I..  -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgdk_3_la-gdkresources.lo `test -f 'gdkresources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/'`gdkresources.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I.. -DG_LOG_DOMAIN=\"Gdk\" -DG_LOG_USE_STRUCTURED=1 -DGDK_COMPILATION -I.. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c gdkresources.c  -fPIC -DPIC -o .libs/libgdk_3_la-gdkresources.o
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-Bsymbolic-functions -version-info 2200:11:2200 -export-dynamic -rpath /usr/lib/arm-linux-gnueabihf   -Wl,-z,relro -Wl,-O1 -o libgdk-3.la -rpath /usr/lib/arm-linux-gnueabihf  libgdk_3_la-gdkcolor.lo libgdk_3_la-gdk-private.lo libgdk_3_la-gdk.lo libgdk_3_la-gdkapplaunchcontext.lo libgdk_3_la-gdkcairo.lo libgdk_3_la-gdkcursor.lo libgdk_3_la-gdkdeprecated.lo libgdk_3_la-gdkdevice.lo libgdk_3_la-gdkdevicepad.lo libgdk_3_la-gdkdevicetool.lo libgdk_3_la-gdkdevicemanager.lo libgdk_3_la-gdkdisplay.lo libgdk_3_la-gdkdisplaymanager.lo libgdk_3_la-gdkdnd.lo libgdk_3_la-gdkdrawingcontext.lo libgdk_3_la-gdkevents.lo libgdk_3_la-gdkframetimings.lo libgdk_3_la-gdkgl.lo libgdk_3_la-gdkglcontext.lo libgdk_3_la-gdkglobals.lo libgdk_3_la-gdkkeys.lo libgdk_3_la-gdkkeyuni.lo libgdk_3_la-gdkmonitor.lo libgdk_3_la-gdkoffscreenwindow.lo libgdk_3_la-gdkframeclock.lo libgdk_3_la-gdkframeclockidle.lo libgdk_3_la-gdkpango.lo libgdk_3_la-gdkpixbuf-drawable.lo libgdk_3_la-gdkproperty.lo libgdk_3_la-gdkrectangle.lo libgdk_3_la-gdkrgba.lo libgdk_3_la-gdkscreen.lo libgdk_3_la-gdkseat.lo libgdk_3_la-gdkseatdefault.lo libgdk_3_la-gdkselection.lo libgdk_3_la-gdkvisual.lo libgdk_3_la-gdkwindow.lo libgdk_3_la-gdkwindowimpl.lo libgdk_3_la-gdkenumtypes.lo libgdk_3_la-gdkmarshalers.lo libgdk_3_la-gdkresources.lo -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lrt x11/libgdk-x11.la      
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgdk_3_la-gdkcolor.o .libs/libgdk_3_la-gdk-private.o .libs/libgdk_3_la-gdk.o .libs/libgdk_3_la-gdkapplaunchcontext.o .libs/libgdk_3_la-gdkcairo.o .libs/libgdk_3_la-gdkcursor.o .libs/libgdk_3_la-gdkdeprecated.o .libs/libgdk_3_la-gdkdevice.o .libs/libgdk_3_la-gdkdevicepad.o .libs/libgdk_3_la-gdkdevicetool.o .libs/libgdk_3_la-gdkdevicemanager.o .libs/libgdk_3_la-gdkdisplay.o .libs/libgdk_3_la-gdkdisplaymanager.o .libs/libgdk_3_la-gdkdnd.o .libs/libgdk_3_la-gdkdrawingcontext.o .libs/libgdk_3_la-gdkevents.o .libs/libgdk_3_la-gdkframetimings.o .libs/libgdk_3_la-gdkgl.o .libs/libgdk_3_la-gdkglcontext.o .libs/libgdk_3_la-gdkglobals.o .libs/libgdk_3_la-gdkkeys.o .libs/libgdk_3_la-gdkkeyuni.o .libs/libgdk_3_la-gdkmonitor.o .libs/libgdk_3_la-gdkoffscreenwindow.o .libs/libgdk_3_la-gdkframeclock.o .libs/libgdk_3_la-gdkframeclockidle.o .libs/libgdk_3_la-gdkpango.o .libs/libgdk_3_la-gdkpixbuf-drawable.o .libs/libgdk_3_la-gdkproperty.o .libs/libgdk_3_la-gdkrectangle.o .libs/libgdk_3_la-gdkrgba.o .libs/libgdk_3_la-gdkscreen.o .libs/libgdk_3_la-gdkseat.o .libs/libgdk_3_la-gdkseatdefault.o .libs/libgdk_3_la-gdkselection.o .libs/libgdk_3_la-gdkvisual.o .libs/libgdk_3_la-gdkwindow.o .libs/libgdk_3_la-gdkwindowimpl.o .libs/libgdk_3_la-gdkenumtypes.o .libs/libgdk_3_la-gdkmarshalers.o .libs/libgdk_3_la-gdkresources.o  -Wl,--whole-archive x11/.libs/libgdk-x11.a -Wl,--no-whole-archive  -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lrt  -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-O1   -Wl,-soname -Wl,libgdk-3.so.0 -o .libs/libgdk-3.so.0.2200.11
libtool: link: (cd ".libs" && rm -f "libgdk-3.so.0" && ln -s "libgdk-3.so.0.2200.11" "libgdk-3.so.0")
libtool: link: (cd ".libs" && rm -f "libgdk-3.so" && ln -s "libgdk-3.so.0.2200.11" "libgdk-3.so")
libtool: link: ( cd ".libs" && rm -f "libgdk-3.la" && ln -s "../libgdk-3.la" "libgdk-3.la" )
if test -f gdkconfig.h; then :; \
else rm -f stamp-gc-h; /usr/bin/make stamp-gc-h; fi
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
Making all in gtk
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk'
Failed to open file './gtk.gresource.xml': No such file or directory
Failed to open file './gtk.gresource.xml': No such file or directory
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-resources /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.gresource.xml \
	--target=gtkresources.h --sourcedir=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk --c-name _gtk --generate-header --manual-register
glib-genmarshal --prefix=_gtk_marshal /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmarshalers.list --header --valist-marshallers >> xgen-gmlh \
&& (cmp -s xgen-gmlh gtkmarshalers.h || cp xgen-gmlh gtkmarshalers.h) \
&& rm -f xgen-gmlh \
&& echo timestamp > stamp-gtkmarshalers.h
( cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk && glib-mkenums --template gtkprivatetypebuiltins.h.template \
	gtkcsstypesprivate.h gtktexthandleprivate.h ) > xgen-gptbh \
&& (cmp -s xgen-gptbh gtkprivatetypebuiltins.h || cp xgen-gptbh gtkprivatetypebuiltins.h ) \
&& rm -f xgen-gptbh \
&& echo timestamp > stamp-gtkprivatetypebuiltins.h
( cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk && glib-mkenums --template gtktypebuiltins.h.template \
	gtk.h gtk-autocleanups.h gtkx.h gtkx-autocleanups.h gtk-a11y.h gtkaboutdialog.h gtkaccelgroup.h gtkaccellabel.h gtkaccelmap.h gtkaccessible.h gtkactionable.h gtkactionbar.h gtkadjustment.h gtkappchooser.h gtkappchooserbutton.h gtkappchooserdialog.h gtkappchooserwidget.h gtkapplication.h gtkapplicationwindow.h gtkaspectframe.h gtkassistant.h gtkbbox.h gtkbin.h gtkbindings.h gtkborder.h gtkbox.h gtkbuilder.h gtkbuildable.h gtkbutton.h gtkcalendar.h gtkcellarea.h gtkcellareacontext.h gtkcellareabox.h gtkcelleditable.h gtkcelllayout.h gtkcellrenderer.h gtkcellrendereraccel.h gtkcellrenderercombo.h gtkcellrendererpixbuf.h gtkcellrendererprogress.h gtkcellrendererspin.h gtkcellrendererspinner.h gtkcellrenderertext.h gtkcellrenderertoggle.h gtkcellview.h gtkcheckbutton.h gtkcheckmenuitem.h gtkclipboard.h gtkcolorbutton.h gtkcolorchooser.h gtkcolorchooserwidget.h gtkcolorchooserdialog.h gtkcolorutils.h gtkcombobox.h gtkcomboboxtext.h gtkcontainer.h gtkcssprovider.h gtkcsssection.h gtkdebug.h gtkdialog.h gtkdnd.h gtkdragdest.h gtkdragsource.h gtkdrawingarea.h gtkeditable.h gtkentry.h gtkentrybuffer.h gtkentrycompletion.h gtkenums.h gtkeventbox.h gtkeventcontroller.h gtkexpander.h gtkfilechooser.h gtkfilechooserbutton.h gtkfilechooserdialog.h gtkfilechoosernative.h gtkfilechooserwidget.h gtkfilefilter.h gtkfixed.h gtkflowbox.h gtkfontbutton.h gtkfontchooser.h gtkfontchooserdialog.h gtkfontchooserwidget.h gtkframe.h gtkgesture.h gtkgesturedrag.h gtkgesturelongpress.h gtkgesturemultipress.h gtkgesturepan.h gtkgesturerotate.h gtkgesturesingle.h gtkgestureswipe.h gtkgesturezoom.h gtkglarea.h gtkgrid.h gtkheaderbar.h gtkicontheme.h gtkiconview.h gtkimage.h gtkimcontext.h gtkimcontextinfo.h gtkimcontextsimple.h gtkimmodule.h gtkimmulticontext.h gtkinfobar.h gtkinvisible.h gtklabel.h gtklayout.h gtklevelbar.h gtklinkbutton.h gtklistbox.h gtkliststore.h gtklockbutton.h gtkmain.h gtkmenu.h gtkmenubar.h gtkmenubutton.h gtkmenuitem.h gtkmenushell.h gtkmenutoolbutton.h gtkmessagedialog.h gtkmodelbutton.h gtkmodules.h gtkmountoperation.h gtknativedialog.h gtknotebook.h gtkoffscreenwindow.h gtkorientable.h gtkoverlay.h gtkpadcontroller.h gtkpagesetup.h gtkpaned.h gtkpapersize.h gtkplacessidebar.h gtkplug.h gtkpopover.h gtkpopovermenu.h gtkprintcontext.h gtkprintoperation.h gtkprintoperationpreview.h gtkprintsettings.h gtkprogressbar.h gtkradiobutton.h gtkradiomenuitem.h gtkradiotoolbutton.h gtkrange.h gtkrecentchooser.h gtkrecentchooserdialog.h gtkrecentchoosermenu.h gtkrecentchooserwidget.h gtkrecentfilter.h gtkrecentmanager.h gtkrender.h gtkrevealer.h gtkscale.h gtkscalebutton.h gtkscrollable.h gtkscrollbar.h gtkscrolledwindow.h gtksearchbar.h gtksearchentry.h gtkselection.h gtkseparator.h gtkseparatormenuitem.h gtkseparatortoolitem.h gtksettings.h gtkshortcutlabel.h gtkshortcutsgroup.h gtkshortcutssection.h gtkshortcutsshortcut.h gtkshortcutswindow.h gtkshow.h gtkstacksidebar.h gtksizegroup.h gtksizerequest.h gtksocket.h gtkspinbutton.h gtkspinner.h gtkstack.h gtkstackswitcher.h gtkstatusbar.h gtkstylecontext.h gtkstyleprovider.h gtkswitch.h gtktestutils.h gtktextattributes.h gtktextbuffer.h gtktextbufferrichtext.h gtktextchild.h gtktextdisplay.h gtktextiter.h gtktextmark.h gtktexttag.h gtktexttagtable.h gtktextview.h gtktogglebutton.h gtktoggletoolbutton.h gtktoolbar.h gtktoolbutton.h gtktoolitem.h gtktoolitemgroup.h gtktoolpalette.h gtktoolshell.h gtktooltip.h gtktreednd.h gtktreemodel.h gtktreemodelfilter.h gtktreemodelsort.h gtktreeselection.h gtktreesortable.h gtktreestore.h gtktreeview.h gtktreeviewcolumn.h gtktypes.h gtkviewport.h gtkvolumebutton.h gtkwidget.h gtkwidgetpath.h gtkwindow.h gtkwindowgroup.h a11y/gtk-a11y-autocleanups.h a11y/gtkarrowaccessible.h a11y/gtkbooleancellaccessible.h a11y/gtkbuttonaccessible.h a11y/gtkcellaccessible.h a11y/gtkcellaccessibleparent.h a11y/gtkcheckmenuitemaccessible.h a11y/gtkcomboboxaccessible.h a11y/gtkcontaineraccessible.h a11y/gtkcontainercellaccessible.h a11y/gtkentryaccessible.h a11y/gtkexpanderaccessible.h a11y/gtkflowboxaccessible.h a11y/gtkflowboxchildaccessible.h a11y/gtkframeaccessible.h a11y/gtkiconviewaccessible.h a11y/gtkimageaccessible.h a11y/gtkimagecellaccessible.h a11y/gtklabelaccessible.h a11y/gtklevelbaraccessible.h a11y/gtklinkbuttonaccessible.h a11y/gtklistboxaccessible.h a11y/gtklistboxrowaccessible.h a11y/gtklockbuttonaccessible.h a11y/gtkmenuaccessible.h a11y/gtkmenubuttonaccessible.h a11y/gtkmenuitemaccessible.h a11y/gtkmenushellaccessible.h a11y/gtknotebookaccessible.h a11y/gtknotebookpageaccessible.h a11y/gtkpanedaccessible.h a11y/gtkpopoveraccessible.h a11y/gtkprogressbaraccessible.h a11y/gtkradiobuttonaccessible.h a11y/gtkradiomenuitemaccessible.h a11y/gtkrangeaccessible.h a11y/gtkrenderercellaccessible.h a11y/gtkscaleaccessible.h a11y/gtkscalebuttonaccessible.h a11y/gtkscrolledwindowaccessible.h a11y/gtkspinbuttonaccessible.h a11y/gtkspinneraccessible.h a11y/gtkstatusbaraccessible.h a11y/gtkstackaccessible.h a11y/gtkswitchaccessible.h a11y/gtktextcellaccessible.h a11y/gtktextviewaccessible.h a11y/gtktogglebuttonaccessible.h a11y/gtktoplevelaccessible.h a11y/gtktreeviewaccessible.h a11y/gtkwidgetaccessible.h a11y/gtkwindowaccessible.h deprecated/gtkactivatable.h deprecated/gtkaction.h deprecated/gtkactiongroup.h deprecated/gtkalignment.h deprecated/gtkarrow.h deprecated/gtkcolorsel.h deprecated/gtkcolorseldialog.h deprecated/gtkfontsel.h deprecated/gtkgradient.h deprecated/gtkhandlebox.h deprecated/gtkhbbox.h deprecated/gtkhbox.h deprecated/gtkhpaned.h deprecated/gtkhscale.h deprecated/gtkhscrollbar.h deprecated/gtkhseparator.h deprecated/gtkhsv.h deprecated/gtkiconfactory.h deprecated/gtkimagemenuitem.h deprecated/gtkmisc.h deprecated/gtknumerableicon.h deprecated/gtkradioaction.h deprecated/gtkrc.h deprecated/gtkrecentaction.h deprecated/gtkstatusicon.h deprecated/gtkstock.h deprecated/gtkstyle.h deprecated/gtkstyleproperties.h deprecated/gtksymboliccolor.h deprecated/gtktable.h deprecated/gtktearoffmenuitem.h deprecated/gtkthemingengine.h deprecated/gtktoggleaction.h deprecated/gtkuimanager.h deprecated/gtkvbbox.h deprecated/gtkvbox.h deprecated/gtkvscale.h deprecated/gtkvscrollbar.h deprecated/gtkvseparator.h deprecated/gtkvpaned.h ) > xgen-gtbh \
&& (cmp -s xgen-gtbh gtktypebuiltins.h || cp xgen-gtbh gtktypebuiltins.h ) \
&& rm -f xgen-gtbh \
&& echo timestamp > stamp-gtktypebuiltins.h
/usr/bin/glib-mkenums: gtktextview.h:59: Failed to parse `  /*< private >*/ '
/usr/bin/glib-mkenums: gtktextview.h:61: Failed to parse `  /*< public >*/ '
(echo '#undef GTK_COMPILATION' && echo '#include <gtk/gtkx.h>') > xgen-gtfsrc.c && \
  echo 'G_GNUC_BEGIN_IGNORE_DEPRECATIONS' > xgen-gtf && \
  gcc -E -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall xgen-gtfsrc.c | \
  /bin/grep -o '\bg[td]k_[a-zA-Z0-9_]*_get_type\b' | \
  sort | uniq | \
  /bin/sed '{ s/^/*tp++ = /; s/$/();/; s/^.*\(gdk_x11\|gtk_plug_\|gtk_socket_\).*$/#ifdef GDK_WINDOWING_X11\n&\n#endif/; }' >> xgen-gtf \
&& cp xgen-gtf gtktypefuncs.c && rm -f xgen-gtf
gdbus-codegen \
--interface-prefix org.Gtk. \
--c-namespace _Gtk \
--generate-c-code gtkdbusgenerated \
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdbusinterfaces.xml
/usr/bin/make  all-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk'
Failed to open file './gtk.gresource.xml': No such file or directory
Failed to open file './gtk.gresource.xml': No such file or directory
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkaccessibility.lo `test -f 'a11y/gtkaccessibility.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkaccessibility.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkaccessibility.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkaccessibility.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkaccessibilitymisc.lo `test -f 'a11y/gtkaccessibilitymisc.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkaccessibilitymisc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkaccessibilitymisc.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkaccessibilitymisc.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkaccessibilityutil.lo `test -f 'a11y/gtkaccessibilityutil.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkaccessibilityutil.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkaccessibilityutil.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkaccessibilityutil.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkarrowaccessible.lo `test -f 'a11y/gtkarrowaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkarrowaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkarrowaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkarrowaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkbooleancellaccessible.lo `test -f 'a11y/gtkbooleancellaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkbooleancellaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkbooleancellaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkbooleancellaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkbuttonaccessible.lo `test -f 'a11y/gtkbuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkbuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkbuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkbuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkcellaccessible.lo `test -f 'a11y/gtkcellaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkcellaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcellaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkcellaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkcellaccessibleparent.lo `test -f 'a11y/gtkcellaccessibleparent.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkcellaccessibleparent.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcellaccessibleparent.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkcellaccessibleparent.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkcheckmenuitemaccessible.lo `test -f 'a11y/gtkcheckmenuitemaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkcheckmenuitemaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcheckmenuitemaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkcheckmenuitemaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkcolorswatchaccessible.lo `test -f 'a11y/gtkcolorswatchaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkcolorswatchaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcolorswatchaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkcolorswatchaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkcomboboxaccessible.lo `test -f 'a11y/gtkcomboboxaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkcomboboxaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcomboboxaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkcomboboxaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkcontaineraccessible.lo `test -f 'a11y/gtkcontaineraccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkcontaineraccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcontaineraccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkcontaineraccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkcontainercellaccessible.lo `test -f 'a11y/gtkcontainercellaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkcontainercellaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcontainercellaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkcontainercellaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkentryaccessible.lo `test -f 'a11y/gtkentryaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkentryaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkentryaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkentryaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkexpanderaccessible.lo `test -f 'a11y/gtkexpanderaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkexpanderaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkexpanderaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkexpanderaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkflowboxaccessible.lo `test -f 'a11y/gtkflowboxaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkflowboxaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkflowboxaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkflowboxaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkflowboxchildaccessible.lo `test -f 'a11y/gtkflowboxchildaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkflowboxchildaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkflowboxchildaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkflowboxchildaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkframeaccessible.lo `test -f 'a11y/gtkframeaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkframeaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkframeaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkframeaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkiconviewaccessible.lo `test -f 'a11y/gtkiconviewaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkiconviewaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkiconviewaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkiconviewaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkimageaccessible.lo `test -f 'a11y/gtkimageaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkimageaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkimageaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkimageaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkimagecellaccessible.lo `test -f 'a11y/gtkimagecellaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkimagecellaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkimagecellaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkimagecellaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtklabelaccessible.lo `test -f 'a11y/gtklabelaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtklabelaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklabelaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtklabelaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtklevelbaraccessible.lo `test -f 'a11y/gtklevelbaraccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtklevelbaraccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklevelbaraccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtklevelbaraccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtklinkbuttonaccessible.lo `test -f 'a11y/gtklinkbuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtklinkbuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklinkbuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtklinkbuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtklistboxaccessible.lo `test -f 'a11y/gtklistboxaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtklistboxaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklistboxaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtklistboxaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtklistboxrowaccessible.lo `test -f 'a11y/gtklistboxrowaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtklistboxrowaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklistboxrowaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtklistboxrowaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtklockbuttonaccessible.lo `test -f 'a11y/gtklockbuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtklockbuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklockbuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtklockbuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkmenuaccessible.lo `test -f 'a11y/gtkmenuaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkmenuaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenuaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkmenuaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkmenubuttonaccessible.lo `test -f 'a11y/gtkmenubuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkmenubuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenubuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkmenubuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkmenushellaccessible.lo `test -f 'a11y/gtkmenushellaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkmenushellaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenushellaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkmenushellaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkmenuitemaccessible.lo `test -f 'a11y/gtkmenuitemaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkmenuitemaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenuitemaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkmenuitemaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtknotebookaccessible.lo `test -f 'a11y/gtknotebookaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtknotebookaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtknotebookaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtknotebookaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtknotebookpageaccessible.lo `test -f 'a11y/gtknotebookpageaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtknotebookpageaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtknotebookpageaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtknotebookpageaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkpanedaccessible.lo `test -f 'a11y/gtkpanedaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkpanedaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkpanedaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkpanedaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkpopoveraccessible.lo `test -f 'a11y/gtkpopoveraccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkpopoveraccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkpopoveraccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkpopoveraccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkprogressbaraccessible.lo `test -f 'a11y/gtkprogressbaraccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkprogressbaraccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkprogressbaraccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkprogressbaraccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkradiobuttonaccessible.lo `test -f 'a11y/gtkradiobuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkradiobuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkradiobuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkradiobuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkradiomenuitemaccessible.lo `test -f 'a11y/gtkradiomenuitemaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkradiomenuitemaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkradiomenuitemaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkradiomenuitemaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkrangeaccessible.lo `test -f 'a11y/gtkrangeaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkrangeaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkrangeaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkrangeaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkrenderercellaccessible.lo `test -f 'a11y/gtkrenderercellaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkrenderercellaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkrenderercellaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkrenderercellaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkscaleaccessible.lo `test -f 'a11y/gtkscaleaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkscaleaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscaleaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkscaleaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkscalebuttonaccessible.lo `test -f 'a11y/gtkscalebuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkscalebuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscalebuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkscalebuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkscrolledwindowaccessible.lo `test -f 'a11y/gtkscrolledwindowaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkscrolledwindowaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscrolledwindowaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkscrolledwindowaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkspinbuttonaccessible.lo `test -f 'a11y/gtkspinbuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkspinbuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkspinbuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkspinbuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkspinneraccessible.lo `test -f 'a11y/gtkspinneraccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkspinneraccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkspinneraccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkspinneraccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkstatusbaraccessible.lo `test -f 'a11y/gtkstatusbaraccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkstatusbaraccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkstatusbaraccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkstatusbaraccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkstackaccessible.lo `test -f 'a11y/gtkstackaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkstackaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkstackaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkstackaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkswitchaccessible.lo `test -f 'a11y/gtkswitchaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkswitchaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkswitchaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkswitchaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtktextcellaccessible.lo `test -f 'a11y/gtktextcellaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtktextcellaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktextcellaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtktextcellaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtktextviewaccessible.lo `test -f 'a11y/gtktextviewaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtktextviewaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktextviewaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtktextviewaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtktogglebuttonaccessible.lo `test -f 'a11y/gtktogglebuttonaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtktogglebuttonaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktogglebuttonaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtktogglebuttonaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtktoplevelaccessible.lo `test -f 'a11y/gtktoplevelaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtktoplevelaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktoplevelaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtktoplevelaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtktreeviewaccessible.lo `test -f 'a11y/gtktreeviewaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtktreeviewaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktreeviewaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtktreeviewaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkwidgetaccessible.lo `test -f 'a11y/gtkwidgetaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkwidgetaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkwidgetaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkwidgetaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o a11y/libgtk_3_la-gtkwindowaccessible.lo `test -f 'a11y/gtkwindowaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`a11y/gtkwindowaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkwindowaccessible.c  -fPIC -DPIC -o a11y/.libs/libgtk_3_la-gtkwindowaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkactivatable.lo `test -f 'deprecated/gtkactivatable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkactivatable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkactivatable.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkactivatable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkaction.lo `test -f 'deprecated/gtkaction.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkaction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkaction.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkaction.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkactiongroup.lo `test -f 'deprecated/gtkactiongroup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkactiongroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkactiongroup.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkactiongroup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkalignment.lo `test -f 'deprecated/gtkalignment.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkalignment.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkalignment.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkalignment.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkarrow.lo `test -f 'deprecated/gtkarrow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkarrow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkarrow.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkarrow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkcolorsel.lo `test -f 'deprecated/gtkcolorsel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkcolorsel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkcolorsel.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkcolorsel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkcolorseldialog.lo `test -f 'deprecated/gtkcolorseldialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkcolorseldialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkcolorseldialog.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkcolorseldialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkfontsel.lo `test -f 'deprecated/gtkfontsel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkfontsel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkfontsel.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkfontsel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkgradient.lo `test -f 'deprecated/gtkgradient.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkgradient.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkgradient.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkgradient.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhandlebox.lo `test -f 'deprecated/gtkhandlebox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhandlebox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhandlebox.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhandlebox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhbbox.lo `test -f 'deprecated/gtkhbbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhbbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhbbox.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhbbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhbox.lo `test -f 'deprecated/gtkhbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhbox.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhpaned.lo `test -f 'deprecated/gtkhpaned.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhpaned.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhpaned.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhpaned.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhscale.lo `test -f 'deprecated/gtkhscale.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhscale.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhscale.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhscale.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhscrollbar.lo `test -f 'deprecated/gtkhscrollbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhscrollbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhscrollbar.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhscrollbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhseparator.lo `test -f 'deprecated/gtkhseparator.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhseparator.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhseparator.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhseparator.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkhsv.lo `test -f 'deprecated/gtkhsv.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkhsv.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhsv.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkhsv.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkiconfactory.lo `test -f 'deprecated/gtkiconfactory.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkiconfactory.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkiconfactory.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkiconfactory.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkimagemenuitem.lo `test -f 'deprecated/gtkimagemenuitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkimagemenuitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkimagemenuitem.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkimagemenuitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkmisc.lo `test -f 'deprecated/gtkmisc.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkmisc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkmisc.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkmisc.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtknumerableicon.lo `test -f 'deprecated/gtknumerableicon.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtknumerableicon.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtknumerableicon.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtknumerableicon.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkradioaction.lo `test -f 'deprecated/gtkradioaction.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkradioaction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkradioaction.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkradioaction.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkrc.lo `test -f 'deprecated/gtkrc.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkrc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkrc.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkrc.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkrecentaction.lo `test -f 'deprecated/gtkrecentaction.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkrecentaction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkrecentaction.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkrecentaction.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkstatusicon.lo `test -f 'deprecated/gtkstatusicon.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkstatusicon.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkstatusicon.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkstock.lo `test -f 'deprecated/gtkstock.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkstock.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstock.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkstock.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkstyle.lo `test -f 'deprecated/gtkstyle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkstyle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstyle.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkstyle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkstyleproperties.lo `test -f 'deprecated/gtkstyleproperties.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkstyleproperties.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstyleproperties.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkstyleproperties.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtksymboliccolor.lo `test -f 'deprecated/gtksymboliccolor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtksymboliccolor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtksymboliccolor.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtksymboliccolor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtktable.lo `test -f 'deprecated/gtktable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtktable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktable.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtktable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtktearoffmenuitem.lo `test -f 'deprecated/gtktearoffmenuitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtktearoffmenuitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktearoffmenuitem.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtktearoffmenuitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkthemingengine.lo `test -f 'deprecated/gtkthemingengine.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkthemingengine.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkthemingengine.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkthemingengine.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtktoggleaction.lo `test -f 'deprecated/gtktoggleaction.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtktoggleaction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktoggleaction.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtktoggleaction.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkuimanager.lo `test -f 'deprecated/gtkuimanager.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkuimanager.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkuimanager.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkuimanager.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkvbbox.lo `test -f 'deprecated/gtkvbbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkvbbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvbbox.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkvbbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkvbox.lo `test -f 'deprecated/gtkvbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkvbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvbox.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkvbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkvscale.lo `test -f 'deprecated/gtkvscale.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkvscale.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvscale.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkvscale.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkvscrollbar.lo `test -f 'deprecated/gtkvscrollbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkvscrollbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvscrollbar.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkvscrollbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkvseparator.lo `test -f 'deprecated/gtkvseparator.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkvseparator.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvseparator.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkvseparator.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtkvpaned.lo `test -f 'deprecated/gtkvpaned.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtkvpaned.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvpaned.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtkvpaned.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-action-editor.lo `test -f 'inspector/action-editor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/action-editor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/action-editor.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-action-editor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-actions.lo `test -f 'inspector/actions.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/actions.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/actions.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-actions.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-cellrenderergraph.lo `test -f 'inspector/cellrenderergraph.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/cellrenderergraph.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/cellrenderergraph.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-cellrenderergraph.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-css-editor.lo `test -f 'inspector/css-editor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/css-editor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/css-editor.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-css-editor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-css-node-tree.lo `test -f 'inspector/css-node-tree.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/css-node-tree.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/css-node-tree.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-css-node-tree.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-data-list.lo `test -f 'inspector/data-list.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/data-list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/data-list.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-data-list.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-general.lo `test -f 'inspector/general.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/general.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/general.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-general.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-gestures.lo `test -f 'inspector/gestures.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/gestures.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/gestures.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-gestures.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-graphdata.lo `test -f 'inspector/graphdata.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/graphdata.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/graphdata.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-graphdata.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-gtkstackcombo.lo `test -f 'inspector/gtkstackcombo.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/gtkstackcombo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/gtkstackcombo.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-gtkstackcombo.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-gtktreemodelcssnode.lo `test -f 'inspector/gtktreemodelcssnode.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/gtktreemodelcssnode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/gtktreemodelcssnode.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-gtktreemodelcssnode.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-init.lo `test -f 'inspector/init.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/init.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/init.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-init.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-inspect-button.lo `test -f 'inspector/inspect-button.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/inspect-button.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/inspect-button.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-inspect-button.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-magnifier.lo `test -f 'inspector/magnifier.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/magnifier.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/magnifier.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-magnifier.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-menu.lo `test -f 'inspector/menu.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/menu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/menu.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-menu.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-misc-info.lo `test -f 'inspector/misc-info.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/misc-info.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/misc-info.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-misc-info.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-object-hierarchy.lo `test -f 'inspector/object-hierarchy.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/object-hierarchy.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/object-hierarchy.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-object-hierarchy.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-object-tree.lo `test -f 'inspector/object-tree.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/object-tree.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/object-tree.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-object-tree.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-prop-editor.lo `test -f 'inspector/prop-editor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/prop-editor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/prop-editor.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-prop-editor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-prop-list.lo `test -f 'inspector/prop-list.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/prop-list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/prop-list.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-prop-list.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-resource-list.lo `test -f 'inspector/resource-list.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/resource-list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/resource-list.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-resource-list.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-selector.lo `test -f 'inspector/selector.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/selector.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/selector.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-selector.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-signals-list.lo `test -f 'inspector/signals-list.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/signals-list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/signals-list.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-signals-list.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-size-groups.lo `test -f 'inspector/size-groups.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/size-groups.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/size-groups.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-size-groups.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-statistics.lo `test -f 'inspector/statistics.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/statistics.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/statistics.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-statistics.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-strv-editor.lo `test -f 'inspector/strv-editor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/strv-editor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/strv-editor.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-strv-editor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-treewalk.lo `test -f 'inspector/treewalk.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/treewalk.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/treewalk.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-treewalk.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-visual.lo `test -f 'inspector/visual.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/visual.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/visual.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-visual.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o inspector/libgtk_3_la-window.lo `test -f 'inspector/window.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`inspector/window.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/inspector/window.c  -fPIC -DPIC -o inspector/.libs/libgtk_3_la-window.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkactionmuxer.lo `test -f 'gtkactionmuxer.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkactionmuxer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionmuxer.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkactionmuxer.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkactionobserver.lo `test -f 'gtkactionobserver.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkactionobserver.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionobserver.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkactionobserver.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkactionobservable.lo `test -f 'gtkactionobservable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkactionobservable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionobservable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkactionobservable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkactionable.lo `test -f 'gtkactionable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkactionable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkactionable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkquery.lo `test -f 'gtkquery.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkquery.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkquery.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkquery.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksearchbar.lo `test -f 'gtksearchbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksearchbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksearchbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksearchentry.lo `test -f 'gtksearchentry.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksearchentry.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchentry.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksearchentry.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksearchengine.lo `test -f 'gtksearchengine.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksearchengine.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchengine.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksearchengine.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksearchenginesimple.lo `test -f 'gtksearchenginesimple.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksearchenginesimple.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchenginesimple.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksearchenginesimple.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksearchenginemodel.lo `test -f 'gtksearchenginemodel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksearchenginemodel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchenginemodel.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksearchenginemodel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-fnmatch.lo `test -f 'fnmatch.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`fnmatch.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/fnmatch.c  -fPIC -DPIC -o .libs/libgtk_3_la-fnmatch.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkaboutdialog.lo `test -f 'gtkaboutdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkaboutdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaboutdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkaboutdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkaccelgroup.lo `test -f 'gtkaccelgroup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkaccelgroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccelgroup.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkaccelgroup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkaccellabel.lo `test -f 'gtkaccellabel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkaccellabel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccellabel.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkaccellabel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkaccelmap.lo `test -f 'gtkaccelmap.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkaccelmap.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccelmap.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkaccelmap.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkaccessible.lo `test -f 'gtkaccessible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkaccessible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccessible.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkaccessible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkactionbar.lo `test -f 'gtkactionbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkactionbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkactionbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkactionhelper.lo `test -f 'gtkactionhelper.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkactionhelper.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionhelper.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkactionhelper.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkadjustment.lo `test -f 'gtkadjustment.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkadjustment.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkadjustment.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkadjustment.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkallocatedbitmask.lo `test -f 'gtkallocatedbitmask.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkallocatedbitmask.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkallocatedbitmask.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkallocatedbitmask.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkappchooser.lo `test -f 'gtkappchooser.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkappchooser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooser.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkappchooser.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkappchooserwidget.lo `test -f 'gtkappchooserwidget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkappchooserwidget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserwidget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkappchooserwidget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkappchooserbutton.lo `test -f 'gtkappchooserbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkappchooserbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkappchooserbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkappchooserdialog.lo `test -f 'gtkappchooserdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkappchooserdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkappchooserdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkapplication.lo `test -f 'gtkapplication.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkapplication.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplication.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkapplication.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkapplicationaccels.lo `test -f 'gtkapplicationaccels.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkapplicationaccels.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplicationaccels.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkapplicationaccels.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkapplicationimpl.lo `test -f 'gtkapplicationimpl.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkapplicationimpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplicationimpl.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkapplicationimpl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkapplicationwindow.lo `test -f 'gtkapplicationwindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkapplicationwindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplicationwindow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkapplicationwindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkaspectframe.lo `test -f 'gtkaspectframe.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkaspectframe.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaspectframe.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkaspectframe.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkassistant.lo `test -f 'gtkassistant.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkassistant.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkassistant.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkassistant.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbbox.lo `test -f 'gtkbbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbbox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbin.lo `test -f 'gtkbin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbin.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbin.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbindings.lo `test -f 'gtkbindings.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbindings.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbindings.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbindings.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbookmarksmanager.lo `test -f 'gtkbookmarksmanager.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbookmarksmanager.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbookmarksmanager.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbookmarksmanager.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkborder.lo `test -f 'gtkborder.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkborder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkborder.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkborder.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbox.lo `test -f 'gtkbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkboxgadget.lo `test -f 'gtkboxgadget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkboxgadget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkboxgadget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkboxgadget.o
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkboxgadget.c: In function ���gtk_box_gadget_measure_opposite���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkboxgadget.c:241:21: warning: ���sizes��� may be used uninitialized in this function [-Wmaybe-uninitialized]
   GtkRequestedSize *sizes;
                     ^~~~~
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbuildable.lo `test -f 'gtkbuildable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbuildable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuildable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbuildable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbuilder.lo `test -f 'gtkbuilder.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbuilder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbuilder.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbuilderparser.lo `test -f 'gtkbuilderparser.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbuilderparser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilderparser.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbuilderparser.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbuilder-menus.lo `test -f 'gtkbuilder-menus.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbuilder-menus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder-menus.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbuilder-menus.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbuiltinicon.lo `test -f 'gtkbuiltinicon.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbuiltinicon.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuiltinicon.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbuiltinicon.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkbutton.lo `test -f 'gtkbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcairoblur.lo `test -f 'gtkcairoblur.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcairoblur.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcairoblur.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcairoblur.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcalendar.lo `test -f 'gtkcalendar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcalendar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcalendar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcalendar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellarea.lo `test -f 'gtkcellarea.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellarea.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellarea.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellarea.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellareabox.lo `test -f 'gtkcellareabox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellareabox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareabox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellareabox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellareaboxcontext.lo `test -f 'gtkcellareaboxcontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellareaboxcontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareaboxcontext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellareaboxcontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellareacontext.lo `test -f 'gtkcellareacontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellareacontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareacontext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellareacontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcelleditable.lo `test -f 'gtkcelleditable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcelleditable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcelleditable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcelleditable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcelllayout.lo `test -f 'gtkcelllayout.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcelllayout.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcelllayout.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcelllayout.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrenderer.lo `test -f 'gtkcellrenderer.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrenderer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderer.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrenderer.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrendereraccel.lo `test -f 'gtkcellrendereraccel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrendereraccel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendereraccel.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrendereraccel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrenderercombo.lo `test -f 'gtkcellrenderercombo.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrenderercombo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderercombo.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrenderercombo.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrendererpixbuf.lo `test -f 'gtkcellrendererpixbuf.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrendererpixbuf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererpixbuf.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrendererpixbuf.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrendererprogress.lo `test -f 'gtkcellrendererprogress.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrendererprogress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererprogress.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrendererprogress.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrendererspin.lo `test -f 'gtkcellrendererspin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrendererspin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererspin.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrendererspin.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrendererspinner.lo `test -f 'gtkcellrendererspinner.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrendererspinner.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererspinner.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrendererspinner.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrenderertext.lo `test -f 'gtkcellrenderertext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrenderertext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderertext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrenderertext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellrenderertoggle.lo `test -f 'gtkcellrenderertoggle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellrenderertoggle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderertoggle.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellrenderertoggle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcellview.lo `test -f 'gtkcellview.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcellview.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellview.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcellview.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcheckbutton.lo `test -f 'gtkcheckbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcheckbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcheckbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcheckbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcheckmenuitem.lo `test -f 'gtkcheckmenuitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcheckmenuitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcheckmenuitem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcheckmenuitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorbutton.lo `test -f 'gtkcolorbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorchooser.lo `test -f 'gtkcolorchooser.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorchooser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooser.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorchooser.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorchooserwidget.lo `test -f 'gtkcolorchooserwidget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorchooserwidget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooserwidget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorchooserwidget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorchooserdialog.lo `test -f 'gtkcolorchooserdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorchooserdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooserdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorchooserdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcoloreditor.lo `test -f 'gtkcoloreditor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcoloreditor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcoloreditor.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcoloreditor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorplane.lo `test -f 'gtkcolorplane.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorplane.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorplane.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorplane.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorscale.lo `test -f 'gtkcolorscale.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorscale.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorscale.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorscale.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorswatch.lo `test -f 'gtkcolorswatch.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorswatch.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorswatch.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorswatch.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcolorutils.lo `test -f 'gtkcolorutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcolorutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcolorutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcombobox.lo `test -f 'gtkcombobox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcombobox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcombobox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcombobox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcomboboxtext.lo `test -f 'gtkcomboboxtext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcomboboxtext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcomboboxtext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcomboboxtext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcomposetable.lo `test -f 'gtkcomposetable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcomposetable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcomposetable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcomposetable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcontainer.lo `test -f 'gtkcontainer.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcontainer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcontainer.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcontainer.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssanimation.lo `test -f 'gtkcssanimation.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssanimation.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssanimation.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssanimation.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssanimatedstyle.lo `test -f 'gtkcssanimatedstyle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssanimatedstyle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssanimatedstyle.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssanimatedstyle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssarrayvalue.lo `test -f 'gtkcssarrayvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssarrayvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssarrayvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssarrayvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssbgsizevalue.lo `test -f 'gtkcssbgsizevalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssbgsizevalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssbgsizevalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssbgsizevalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssbordervalue.lo `test -f 'gtkcssbordervalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssbordervalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssbordervalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssbordervalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsscalcvalue.lo `test -f 'gtkcsscalcvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsscalcvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscalcvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsscalcvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsscolorvalue.lo `test -f 'gtkcsscolorvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsscolorvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscolorvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsscolorvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsscornervalue.lo `test -f 'gtkcsscornervalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsscornervalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscornervalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsscornervalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsscustomgadget.lo `test -f 'gtkcsscustomgadget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsscustomgadget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscustomgadget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsscustomgadget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsscustomproperty.lo `test -f 'gtkcsscustomproperty.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsscustomproperty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsscustomproperty.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsscustomproperty.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssdimensionvalue.lo `test -f 'gtkcssdimensionvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssdimensionvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssdimensionvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssdimensionvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsseasevalue.lo `test -f 'gtkcsseasevalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsseasevalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsseasevalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsseasevalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssenumvalue.lo `test -f 'gtkcssenumvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssenumvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssenumvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssenumvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssenginevalue.lo `test -f 'gtkcssenginevalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssenginevalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssenginevalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssenginevalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssgadget.lo `test -f 'gtkcssgadget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssgadget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssgadget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssgadget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssiconthemevalue.lo `test -f 'gtkcssiconthemevalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssiconthemevalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssiconthemevalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssiconthemevalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimage.lo `test -f 'gtkcssimage.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimage.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimage.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimage.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagebuiltin.lo `test -f 'gtkcssimagebuiltin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagebuiltin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagebuiltin.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagebuiltin.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagecrossfade.lo `test -f 'gtkcssimagecrossfade.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagecrossfade.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagecrossfade.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagecrossfade.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagefallback.lo `test -f 'gtkcssimagefallback.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagefallback.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagefallback.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagefallback.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagegradient.lo `test -f 'gtkcssimagegradient.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagegradient.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagegradient.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagegradient.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimageicontheme.lo `test -f 'gtkcssimageicontheme.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimageicontheme.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimageicontheme.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimageicontheme.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagelinear.lo `test -f 'gtkcssimagelinear.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagelinear.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagelinear.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagelinear.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimageradial.lo `test -f 'gtkcssimageradial.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimageradial.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimageradial.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimageradial.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagesurface.lo `test -f 'gtkcssimagesurface.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagesurface.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagesurface.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagesurface.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimageurl.lo `test -f 'gtkcssimageurl.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimageurl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimageurl.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimageurl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagerecolor.lo `test -f 'gtkcssimagerecolor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagerecolor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagerecolor.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagerecolor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagescaled.lo `test -f 'gtkcssimagescaled.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagescaled.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagescaled.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagescaled.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagevalue.lo `test -f 'gtkcssimagevalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagevalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagevalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagevalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssimagewin32.lo `test -f 'gtkcssimagewin32.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssimagewin32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssimagewin32.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssimagewin32.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssinheritvalue.lo `test -f 'gtkcssinheritvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssinheritvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssinheritvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssinheritvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssinitialvalue.lo `test -f 'gtkcssinitialvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssinitialvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssinitialvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssinitialvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsskeyframes.lo `test -f 'gtkcsskeyframes.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsskeyframes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsskeyframes.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsskeyframes.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsslookup.lo `test -f 'gtkcsslookup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsslookup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsslookup.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsslookup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssmatcher.lo `test -f 'gtkcssmatcher.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssmatcher.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssmatcher.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssmatcher.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssnode.lo `test -f 'gtkcssnode.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssnode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssnode.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssnode.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssnodedeclaration.lo `test -f 'gtkcssnodedeclaration.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssnodedeclaration.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssnodedeclaration.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssnodedeclaration.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssnodestylecache.lo `test -f 'gtkcssnodestylecache.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssnodestylecache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssnodestylecache.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssnodestylecache.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssnumbervalue.lo `test -f 'gtkcssnumbervalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssnumbervalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssnumbervalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssnumbervalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsspalettevalue.lo `test -f 'gtkcsspalettevalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsspalettevalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsspalettevalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsspalettevalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssparser.lo `test -f 'gtkcssparser.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssparser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssparser.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssparser.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsspathnode.lo `test -f 'gtkcsspathnode.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsspathnode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsspathnode.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsspathnode.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsspositionvalue.lo `test -f 'gtkcsspositionvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsspositionvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsspositionvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsspositionvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssprovider.lo `test -f 'gtkcssprovider.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssprovider.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssprovider.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssprovider.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssrepeatvalue.lo `test -f 'gtkcssrepeatvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssrepeatvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssrepeatvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssrepeatvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssrgbavalue.lo `test -f 'gtkcssrgbavalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssrgbavalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssrgbavalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssrgbavalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsssection.lo `test -f 'gtkcsssection.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsssection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsssection.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsssection.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssselector.lo `test -f 'gtkcssselector.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssselector.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssselector.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssselector.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssstringvalue.lo `test -f 'gtkcssstringvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssstringvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstringvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssstringvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssstyle.lo `test -f 'gtkcssstyle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssstyle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstyle.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssstyle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssstylechange.lo `test -f 'gtkcssstylechange.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssstylechange.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstylechange.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssstylechange.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssshadowsvalue.lo `test -f 'gtkcssshadowsvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssshadowsvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssshadowsvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssshadowsvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssshadowvalue.lo `test -f 'gtkcssshadowvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssshadowvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssshadowvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssshadowvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssshorthandproperty.lo `test -f 'gtkcssshorthandproperty.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssshorthandproperty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssshorthandproperty.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssshorthandproperty.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssshorthandpropertyimpl.lo `test -f 'gtkcssshorthandpropertyimpl.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssshorthandpropertyimpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssshorthandpropertyimpl.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssshorthandpropertyimpl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssstaticstyle.lo `test -f 'gtkcssstaticstyle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssstaticstyle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstaticstyle.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssstaticstyle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssstylefuncs.lo `test -f 'gtkcssstylefuncs.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssstylefuncs.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstylefuncs.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssstylefuncs.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssstyleproperty.lo `test -f 'gtkcssstyleproperty.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssstyleproperty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstyleproperty.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssstyleproperty.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssstylepropertyimpl.lo `test -f 'gtkcssstylepropertyimpl.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssstylepropertyimpl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssstylepropertyimpl.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssstylepropertyimpl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsstransformvalue.lo `test -f 'gtkcsstransformvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsstransformvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstransformvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsstransformvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsstransientnode.lo `test -f 'gtkcsstransientnode.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsstransientnode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstransientnode.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsstransientnode.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsstransition.lo `test -f 'gtkcsstransition.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsstransition.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstransition.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsstransition.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsstypedvalue.lo `test -f 'gtkcsstypedvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsstypedvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstypedvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsstypedvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssunsetvalue.lo `test -f 'gtkcssunsetvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssunsetvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssunsetvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssunsetvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsstypes.lo `test -f 'gtkcsstypes.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsstypes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsstypes.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsstypes.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcssvalue.lo `test -f 'gtkcssvalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcssvalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssvalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcssvalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsswidgetnode.lo `test -f 'gtkcsswidgetnode.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsswidgetnode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsswidgetnode.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsswidgetnode.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcsswin32sizevalue.lo `test -f 'gtkcsswin32sizevalue.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcsswin32sizevalue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsswin32sizevalue.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcsswin32sizevalue.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkdialog.lo `test -f 'gtkdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkdragsource.lo `test -f 'gtkdragsource.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkdragsource.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdragsource.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkdragsource.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkdrawingarea.lo `test -f 'gtkdrawingarea.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkdrawingarea.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdrawingarea.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkdrawingarea.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkeditable.lo `test -f 'gtkeditable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkeditable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeditable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkeditable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkentry.lo `test -f 'gtkentry.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkentry.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentry.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkentry.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkentrybuffer.lo `test -f 'gtkentrybuffer.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkentrybuffer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentrybuffer.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkentrybuffer.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkentrycompletion.lo `test -f 'gtkentrycompletion.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkentrycompletion.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentrycompletion.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkentrycompletion.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkeventbox.lo `test -f 'gtkeventbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkeventbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeventbox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkeventbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkeventcontroller.lo `test -f 'gtkeventcontroller.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkeventcontroller.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeventcontroller.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkeventcontroller.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkexpander.lo `test -f 'gtkexpander.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkexpander.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkexpander.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkexpander.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechooser.lo `test -f 'gtkfilechooser.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechooser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooser.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechooser.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechooserbutton.lo `test -f 'gtkfilechooserbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechooserbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechooserbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechooserdialog.lo `test -f 'gtkfilechooserdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechooserdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechooserdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechooserembed.lo `test -f 'gtkfilechooserembed.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechooserembed.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserembed.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechooserembed.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechooserentry.lo `test -f 'gtkfilechooserentry.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechooserentry.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserentry.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechooserentry.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechoosernative.lo `test -f 'gtkfilechoosernative.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechoosernative.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechoosernative.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechoosernative.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechoosernativeportal.lo `test -f 'gtkfilechoosernativeportal.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechoosernativeportal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechoosernativeportal.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechoosernativeportal.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechooserutils.lo `test -f 'gtkfilechooserutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechooserutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechooserutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilechooserwidget.lo `test -f 'gtkfilechooserwidget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilechooserwidget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserwidget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilechooserwidget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilefilter.lo `test -f 'gtkfilefilter.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilefilter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilefilter.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilefilter.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilesystem.lo `test -f 'gtkfilesystem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilesystem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilesystem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilesystem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfilesystemmodel.lo `test -f 'gtkfilesystemmodel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfilesystemmodel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilesystemmodel.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfilesystemmodel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfixed.lo `test -f 'gtkfixed.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfixed.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfixed.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfixed.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkflowbox.lo `test -f 'gtkflowbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkflowbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkflowbox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkflowbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfontbutton.lo `test -f 'gtkfontbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfontbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfontbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfontchooser.lo `test -f 'gtkfontchooser.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfontchooser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooser.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfontchooser.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfontchooserdialog.lo `test -f 'gtkfontchooserdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfontchooserdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfontchooserdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfontchooserutils.lo `test -f 'gtkfontchooserutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfontchooserutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfontchooserutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkfontchooserwidget.lo `test -f 'gtkfontchooserwidget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkfontchooserwidget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserwidget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkfontchooserwidget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkframe.lo `test -f 'gtkframe.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkframe.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkframe.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkframe.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgladecatalog.lo `test -f 'gtkgladecatalog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgladecatalog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgladecatalog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgladecatalog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesture.lo `test -f 'gtkgesture.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesture.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesture.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesture.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesturedrag.lo `test -f 'gtkgesturedrag.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesturedrag.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturedrag.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesturedrag.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesturelongpress.lo `test -f 'gtkgesturelongpress.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesturelongpress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturelongpress.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesturelongpress.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesturemultipress.lo `test -f 'gtkgesturemultipress.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesturemultipress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturemultipress.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesturemultipress.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesturepan.lo `test -f 'gtkgesturepan.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesturepan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturepan.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesturepan.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesturerotate.lo `test -f 'gtkgesturerotate.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesturerotate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturerotate.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesturerotate.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesturesingle.lo `test -f 'gtkgesturesingle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesturesingle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturesingle.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesturesingle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgestureswipe.lo `test -f 'gtkgestureswipe.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgestureswipe.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgestureswipe.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgestureswipe.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgesturezoom.lo `test -f 'gtkgesturezoom.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgesturezoom.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturezoom.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgesturezoom.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkglarea.lo `test -f 'gtkglarea.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkglarea.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkglarea.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkglarea.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkgrid.lo `test -f 'gtkgrid.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkgrid.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgrid.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkgrid.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkheaderbar.lo `test -f 'gtkheaderbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkheaderbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkheaderbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkheaderbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkhsla.lo `test -f 'gtkhsla.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkhsla.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkhsla.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkhsla.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkicon.lo `test -f 'gtkicon.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkicon.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkicon.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkicon.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkiconcache.lo `test -f 'gtkiconcache.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkiconcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconcache.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkiconcache.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkiconcachevalidator.lo `test -f 'gtkiconcachevalidator.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkiconcachevalidator.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconcachevalidator.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkiconcachevalidator.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkiconhelper.lo `test -f 'gtkiconhelper.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkiconhelper.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconhelper.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkiconhelper.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkicontheme.lo `test -f 'gtkicontheme.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkicontheme.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkicontheme.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkicontheme.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkiconview.lo `test -f 'gtkiconview.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkiconview.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconview.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkiconview.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkimage.lo `test -f 'gtkimage.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkimage.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimage.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkimage.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkimagedefinition.lo `test -f 'gtkimagedefinition.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkimagedefinition.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimagedefinition.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkimagedefinition.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkimcontext.lo `test -f 'gtkimcontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkimcontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkimcontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkimcontextsimple.lo `test -f 'gtkimcontextsimple.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkimcontextsimple.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontextsimple.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkimcontextsimple.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkimmodule.lo `test -f 'gtkimmodule.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkimmodule.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimmodule.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkimmodule.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkimmulticontext.lo `test -f 'gtkimmulticontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkimmulticontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimmulticontext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkimmulticontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkinfobar.lo `test -f 'gtkinfobar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkinfobar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkinfobar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkinfobar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkinvisible.lo `test -f 'gtkinvisible.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkinvisible.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkinvisible.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkinvisible.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkkeyhash.lo `test -f 'gtkkeyhash.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkkeyhash.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkkeyhash.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkkeyhash.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkkineticscrolling.lo `test -f 'gtkkineticscrolling.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkkineticscrolling.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkkineticscrolling.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkkineticscrolling.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtklabel.lo `test -f 'gtklabel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtklabel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklabel.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtklabel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtklayout.lo `test -f 'gtklayout.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtklayout.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklayout.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtklayout.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtklevelbar.lo `test -f 'gtklevelbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtklevelbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklevelbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtklevelbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtklinkbutton.lo `test -f 'gtklinkbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtklinkbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklinkbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtklinkbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtklistbox.lo `test -f 'gtklistbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtklistbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklistbox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtklistbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkliststore.lo `test -f 'gtkliststore.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkliststore.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkliststore.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkliststore.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtklockbutton.lo `test -f 'gtklockbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtklockbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklockbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtklockbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmain.lo `test -f 'gtkmain.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmain.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmain.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmain.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmagnifier.lo `test -f 'gtkmagnifier.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmagnifier.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmagnifier.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmagnifier.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmarshalers.lo `test -f 'gtkmarshalers.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmarshalers.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmarshalers.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmarshalers.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenu.lo `test -f 'gtkmenu.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenu.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenu.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenubar.lo `test -f 'gtkmenubar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenubar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenubar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenubar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenubutton.lo `test -f 'gtkmenubutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenubutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenubutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenubutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenuitem.lo `test -f 'gtkmenuitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenuitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenuitem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenuitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenusectionbox.lo `test -f 'gtkmenusectionbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenusectionbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenusectionbox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenusectionbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenushell.lo `test -f 'gtkmenushell.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenushell.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenushell.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenushell.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenutracker.lo `test -f 'gtkmenutracker.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenutracker.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenutracker.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenutracker.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenutrackeritem.lo `test -f 'gtkmenutrackeritem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenutrackeritem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenutrackeritem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenutrackeritem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmenutoolbutton.lo `test -f 'gtkmenutoolbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmenutoolbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenutoolbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmenutoolbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmessagedialog.lo `test -f 'gtkmessagedialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmessagedialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmessagedialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmessagedialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmnemonichash.lo `test -f 'gtkmnemonichash.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmnemonichash.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmnemonichash.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmnemonichash.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmodelmenuitem.lo `test -f 'gtkmodelmenuitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmodelmenuitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodelmenuitem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmodelmenuitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmodelbutton.lo `test -f 'gtkmodelbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmodelbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodelbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmodelbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmodifierstyle.lo `test -f 'gtkmodifierstyle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmodifierstyle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodifierstyle.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmodifierstyle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmodules.lo `test -f 'gtkmodules.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmodules.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodules.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmodules.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmountoperation.lo `test -f 'gtkmountoperation.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmountoperation.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmountoperation.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmountoperation.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtknativedialog.lo `test -f 'gtknativedialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtknativedialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtknativedialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtknativedialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtknotebook.lo `test -f 'gtknotebook.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtknotebook.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtknotebook.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtknotebook.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkoffscreenwindow.lo `test -f 'gtkoffscreenwindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkoffscreenwindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkoffscreenwindow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkoffscreenwindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkorientable.lo `test -f 'gtkorientable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkorientable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkorientable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkorientable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkoverlay.lo `test -f 'gtkoverlay.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkoverlay.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkoverlay.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkoverlay.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpadcontroller.lo `test -f 'gtkpadcontroller.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpadcontroller.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpadcontroller.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpadcontroller.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpagesetup.lo `test -f 'gtkpagesetup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpagesetup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpagesetup.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpagesetup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpaned.lo `test -f 'gtkpaned.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpaned.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpaned.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpaned.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpango.lo `test -f 'gtkpango.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpango.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpango.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpango.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpapersize.lo `test -f 'gtkpapersize.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpapersize.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpapersize.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpapersize.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpathbar.lo `test -f 'gtkpathbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpathbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpathbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpathbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkplacessidebar.lo `test -f 'gtkplacessidebar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkplacessidebar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplacessidebar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkplacessidebar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkplacesview.lo `test -f 'gtkplacesview.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkplacesview.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplacesview.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkplacesview.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkplacesviewrow.lo `test -f 'gtkplacesviewrow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkplacesviewrow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplacesviewrow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkplacesviewrow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintcontext.lo `test -f 'gtkprintcontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintcontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintcontext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintcontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintoperation.lo `test -f 'gtkprintoperation.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintoperation.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperation.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintoperation.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintoperationpreview.lo `test -f 'gtkprintoperationpreview.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintoperationpreview.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperationpreview.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintoperationpreview.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintsettings.lo `test -f 'gtkprintsettings.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintsettings.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintsettings.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintsettings.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintutils.lo `test -f 'gtkprintutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprivate.lo `test -f 'gtkprivate.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprivate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprivate.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprivate.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprivatetypebuiltins.lo `test -f 'gtkprivatetypebuiltins.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprivatetypebuiltins.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprivatetypebuiltins.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprivatetypebuiltins.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprogressbar.lo `test -f 'gtkprogressbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprogressbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprogressbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprogressbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprogresstracker.lo `test -f 'gtkprogresstracker.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprogresstracker.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprogresstracker.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprogresstracker.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpixelcache.lo `test -f 'gtkpixelcache.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpixelcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpixelcache.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpixelcache.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpopover.lo `test -f 'gtkpopover.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpopover.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpopover.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpopover.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpopovermenu.lo `test -f 'gtkpopovermenu.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpopovermenu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpopovermenu.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpopovermenu.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkradiobutton.lo `test -f 'gtkradiobutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkradiobutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiobutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkradiobutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkradiomenuitem.lo `test -f 'gtkradiomenuitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkradiomenuitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiomenuitem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkradiomenuitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkradiotoolbutton.lo `test -f 'gtkradiotoolbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkradiotoolbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiotoolbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkradiotoolbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrange.lo `test -f 'gtkrange.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrange.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrange.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrange.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrbtree.lo `test -f 'gtkrbtree.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrbtree.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrbtree.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrbtree.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentchooserdefault.lo `test -f 'gtkrecentchooserdefault.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentchooserdefault.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserdefault.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentchooserdefault.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentchooserdialog.lo `test -f 'gtkrecentchooserdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentchooserdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentchooserdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentchoosermenu.lo `test -f 'gtkrecentchoosermenu.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentchoosermenu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchoosermenu.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentchoosermenu.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentchooserwidget.lo `test -f 'gtkrecentchooserwidget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentchooserwidget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserwidget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentchooserwidget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentchooserutils.lo `test -f 'gtkrecentchooserutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentchooserutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentchooserutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentchooser.lo `test -f 'gtkrecentchooser.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentchooser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooser.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentchooser.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentfilter.lo `test -f 'gtkrecentfilter.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentfilter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentfilter.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentfilter.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrecentmanager.lo `test -f 'gtkrecentmanager.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrecentmanager.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentmanager.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrecentmanager.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrender.lo `test -f 'gtkrender.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrender.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrender.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrender.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrenderbackground.lo `test -f 'gtkrenderbackground.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrenderbackground.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrenderbackground.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrenderbackground.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrenderborder.lo `test -f 'gtkrenderborder.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrenderborder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrenderborder.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrenderborder.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrendericon.lo `test -f 'gtkrendericon.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrendericon.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrendericon.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrendericon.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkresources.lo `test -f 'gtkresources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkresources.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkresources.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkresources.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkrevealer.lo `test -f 'gtkrevealer.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkrevealer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrevealer.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkrevealer.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkroundedbox.lo `test -f 'gtkroundedbox.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkroundedbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkroundedbox.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkroundedbox.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkscale.lo `test -f 'gtkscale.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkscale.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscale.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkscale.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkscalebutton.lo `test -f 'gtkscalebutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkscalebutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscalebutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkscalebutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkscrollable.lo `test -f 'gtkscrollable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkscrollable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrollable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkscrollable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkscrollbar.lo `test -f 'gtkscrollbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkscrollbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrollbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkscrollbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkscrolledwindow.lo `test -f 'gtkscrolledwindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkscrolledwindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrolledwindow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkscrolledwindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkselection.lo `test -f 'gtkselection.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkselection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkselection.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkselection.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkseparator.lo `test -f 'gtkseparator.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkseparator.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparator.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkseparator.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkseparatormenuitem.lo `test -f 'gtkseparatormenuitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkseparatormenuitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparatormenuitem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkseparatormenuitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkseparatortoolitem.lo `test -f 'gtkseparatortoolitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkseparatortoolitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparatortoolitem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkseparatortoolitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksettings.lo `test -f 'gtksettings.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksettings.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksettings.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksettings.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkshortcutsgroup.lo `test -f 'gtkshortcutsgroup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkshortcutsgroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutsgroup.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkshortcutsgroup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkshortcutlabel.lo `test -f 'gtkshortcutlabel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkshortcutlabel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutlabel.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkshortcutlabel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkshortcutsshortcut.lo `test -f 'gtkshortcutsshortcut.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkshortcutsshortcut.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutsshortcut.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkshortcutsshortcut.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkshortcutssection.lo `test -f 'gtkshortcutssection.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkshortcutssection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutssection.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkshortcutssection.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkshortcutswindow.lo `test -f 'gtkshortcutswindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkshortcutswindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutswindow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkshortcutswindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksidebarrow.lo `test -f 'gtksidebarrow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksidebarrow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksidebarrow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksidebarrow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksizegroup.lo `test -f 'gtksizegroup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksizegroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizegroup.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksizegroup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksizerequest.lo `test -f 'gtksizerequest.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksizerequest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizerequest.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksizerequest.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksizerequestcache.lo `test -f 'gtksizerequestcache.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksizerequestcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizerequestcache.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksizerequestcache.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkshow.lo `test -f 'gtkshow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkshow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkshow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstacksidebar.lo `test -f 'gtkstacksidebar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstacksidebar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstacksidebar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstacksidebar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkspinbutton.lo `test -f 'gtkspinbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkspinbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkspinbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkspinbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkspinner.lo `test -f 'gtkspinner.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkspinner.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkspinner.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkspinner.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstack.lo `test -f 'gtkstack.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstack.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstack.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstack.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstackswitcher.lo `test -f 'gtkstackswitcher.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstackswitcher.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstackswitcher.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstackswitcher.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstatusbar.lo `test -f 'gtkstatusbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstatusbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstatusbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstatusbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstyleanimation.lo `test -f 'gtkstyleanimation.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstyleanimation.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleanimation.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstyleanimation.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstylecascade.lo `test -f 'gtkstylecascade.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstylecascade.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstylecascade.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstylecascade.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstylecontext.lo `test -f 'gtkstylecontext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstylecontext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstylecontext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstylecontext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstyleproperty.lo `test -f 'gtkstyleproperty.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstyleproperty.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleproperty.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstyleproperty.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstyleprovider.lo `test -f 'gtkstyleprovider.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstyleprovider.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleprovider.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstyleprovider.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkstyleproviderprivate.lo `test -f 'gtkstyleproviderprivate.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkstyleproviderprivate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleproviderprivate.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkstyleproviderprivate.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkswitch.lo `test -f 'gtkswitch.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkswitch.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkswitch.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkswitch.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktestutils.lo `test -f 'gtktestutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktestutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktestutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktestutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextattributes.lo `test -f 'gtktextattributes.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextattributes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextattributes.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextattributes.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextbtree.lo `test -f 'gtktextbtree.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextbtree.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbtree.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextbtree.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextbuffer.lo `test -f 'gtktextbuffer.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextbuffer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbuffer.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextbuffer.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextbufferrichtext.lo `test -f 'gtktextbufferrichtext.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextbufferrichtext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbufferrichtext.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextbufferrichtext.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextbufferserialize.lo `test -f 'gtktextbufferserialize.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextbufferserialize.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbufferserialize.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextbufferserialize.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextchild.lo `test -f 'gtktextchild.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextchild.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextchild.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextchild.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextdisplay.lo `test -f 'gtktextdisplay.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextdisplay.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextdisplay.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextdisplay.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktexthandle.lo `test -f 'gtktexthandle.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktexthandle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexthandle.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktexthandle.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextiter.lo `test -f 'gtktextiter.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextiter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextiter.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextiter.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextlayout.lo `test -f 'gtktextlayout.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextlayout.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextlayout.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextlayout.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextmark.lo `test -f 'gtktextmark.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextmark.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextmark.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextmark.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextsegment.lo `test -f 'gtktextsegment.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextsegment.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextsegment.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextsegment.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktexttag.lo `test -f 'gtktexttag.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktexttag.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttag.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktexttag.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktexttagtable.lo `test -f 'gtktexttagtable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktexttagtable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttagtable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktexttagtable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktexttypes.lo `test -f 'gtktexttypes.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktexttypes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttypes.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktexttypes.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextutil.lo `test -f 'gtktextutil.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextutil.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextutil.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextutil.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktextview.lo `test -f 'gtktextview.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktextview.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextview.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktextview.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktogglebutton.lo `test -f 'gtktogglebutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktogglebutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktogglebutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktogglebutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktoggletoolbutton.lo `test -f 'gtktoggletoolbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktoggletoolbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoggletoolbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktoggletoolbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktoolbar.lo `test -f 'gtktoolbar.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktoolbar.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolbar.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktoolbar.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktoolbutton.lo `test -f 'gtktoolbutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktoolbutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolbutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktoolbutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktoolitem.lo `test -f 'gtktoolitem.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktoolitem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolitem.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktoolitem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktoolitemgroup.lo `test -f 'gtktoolitemgroup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktoolitemgroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolitemgroup.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktoolitemgroup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktoolpalette.lo `test -f 'gtktoolpalette.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktoolpalette.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolpalette.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktoolpalette.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktoolshell.lo `test -f 'gtktoolshell.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktoolshell.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolshell.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktoolshell.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktooltip.lo `test -f 'gtktooltip.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktooltip.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktooltip.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktooltip.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktooltipwindow.lo `test -f 'gtktooltipwindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktooltipwindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktooltipwindow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktooltipwindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktrashmonitor.lo `test -f 'gtktrashmonitor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktrashmonitor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktrashmonitor.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktrashmonitor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreedatalist.lo `test -f 'gtktreedatalist.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreedatalist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreedatalist.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreedatalist.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreednd.lo `test -f 'gtktreednd.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreednd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreednd.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreednd.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreemenu.lo `test -f 'gtktreemenu.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreemenu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemenu.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreemenu.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreemodel.lo `test -f 'gtktreemodel.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreemodel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodel.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreemodel.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreemodelfilter.lo `test -f 'gtktreemodelfilter.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreemodelfilter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodelfilter.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreemodelfilter.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreemodelsort.lo `test -f 'gtktreemodelsort.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreemodelsort.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodelsort.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreemodelsort.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreeselection.lo `test -f 'gtktreeselection.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreeselection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeselection.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreeselection.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreesortable.lo `test -f 'gtktreesortable.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreesortable.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreesortable.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreesortable.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreestore.lo `test -f 'gtktreestore.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreestore.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreestore.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreestore.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreeview.lo `test -f 'gtktreeview.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreeview.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeview.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreeview.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktreeviewcolumn.lo `test -f 'gtktreeviewcolumn.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktreeviewcolumn.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeviewcolumn.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktreeviewcolumn.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtktypebuiltins.lo `test -f 'gtktypebuiltins.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtktypebuiltins.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktypebuiltins.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtktypebuiltins.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkutils.lo `test -f 'gtkutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkvolumebutton.lo `test -f 'gtkvolumebutton.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkvolumebutton.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkvolumebutton.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkvolumebutton.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkviewport.lo `test -f 'gtkviewport.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkviewport.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkviewport.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkviewport.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkwidget.lo `test -f 'gtkwidget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkwidget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkwidget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkwidgetpath.lo `test -f 'gtkwidgetpath.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkwidgetpath.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidgetpath.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkwidgetpath.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkwindow.lo `test -f 'gtkwindow.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkwindow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindow.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkwindow.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkwindowgroup.lo `test -f 'gtkwindowgroup.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkwindowgroup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindowgroup.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkwindowgroup.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkwin32draw.lo `test -f 'gtkwin32draw.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkwin32draw.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwin32draw.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkwin32draw.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkwin32theme.lo `test -f 'gtkwin32theme.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkwin32theme.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwin32theme.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkwin32theme.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gdkpixbufutils.lo `test -f 'gdkpixbufutils.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gdkpixbufutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gdkpixbufutils.c  -fPIC -DPIC -o .libs/libgtk_3_la-gdkpixbufutils.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkclipboard.lo `test -f 'gtkclipboard.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkclipboard.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkclipboard.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkclipboard.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkdnd.lo `test -f 'gtkdnd.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkdnd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdnd.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkdnd.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkdragdest.lo `test -f 'gtkdragdest.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkdragdest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdragdest.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkdragdest.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkcustompaperunixdialog.lo `test -f 'gtkcustompaperunixdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkcustompaperunixdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcustompaperunixdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkcustompaperunixdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkpagesetupunixdialog.lo `test -f 'gtkpagesetupunixdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkpagesetupunixdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpagesetupunixdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkpagesetupunixdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprinter.lo `test -f 'gtkprinter.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprinter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprinter.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprinter.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprinteroption.lo `test -f 'gtkprinteroption.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprinteroption.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprinteroption.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprinteroption.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprinteroptionset.lo `test -f 'gtkprinteroptionset.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprinteroptionset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprinteroptionset.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprinteroptionset.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprinteroptionwidget.lo `test -f 'gtkprinteroptionwidget.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprinteroptionwidget.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprinteroptionwidget.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprinteroptionwidget.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintjob.lo `test -f 'gtkprintjob.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintjob.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintjob.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintjob.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintoperation-unix.lo `test -f 'gtkprintoperation-unix.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintoperation-unix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperation-unix.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintoperation-unix.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintoperation-portal.lo `test -f 'gtkprintoperation-portal.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintoperation-portal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperation-portal.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintoperation-portal.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintunixdialog.lo `test -f 'gtkprintunixdialog.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintunixdialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintunixdialog.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintunixdialog.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkprintbackend.lo `test -f 'gtkprintbackend.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkprintbackend.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintbackend.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkprintbackend.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksearchenginetracker.lo `test -f 'gtksearchenginetracker.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksearchenginetracker.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchenginetracker.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksearchenginetracker.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkplug.lo `test -f 'gtkplug.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkplug.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplug.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkplug.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtksocket.lo `test -f 'gtksocket.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtksocket.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksocket.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtksocket.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkxembed.lo `test -f 'gtkxembed.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkxembed.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkxembed.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkxembed.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o deprecated/libgtk_3_la-gtktrayicon-x11.lo `test -f 'deprecated/gtktrayicon-x11.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`deprecated/gtktrayicon-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktrayicon-x11.c  -fPIC -DPIC -o deprecated/.libs/libgtk_3_la-gtktrayicon-x11.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkapplication-x11.lo `test -f 'gtkapplication-x11.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkapplication-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplication-x11.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkapplication-x11.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkmountoperation-x11.lo `test -f 'gtkmountoperation-x11.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkmountoperation-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmountoperation-x11.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkmountoperation-x11.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkapplication-dbus.lo `test -f 'gtkapplication-dbus.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkapplication-dbus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplication-dbus.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkapplication-dbus.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtk_3_la-gtkdbusgenerated.lo `test -f 'gtkdbusgenerated.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/'`gtkdbusgenerated.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I.. -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c gtkdbusgenerated.c  -fPIC -DPIC -o .libs/libgtk_3_la-gtkdbusgenerated.o
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-Bsymbolic-functions -version-info 2200:11:2200 -export-dynamic  -rpath /usr/lib/arm-linux-gnueabihf  -Wl,-z,relro -Wl,-O1 -o libgtk-3.la -rpath /usr/lib/arm-linux-gnueabihf a11y/libgtk_3_la-gtkaccessibility.lo a11y/libgtk_3_la-gtkaccessibilitymisc.lo a11y/libgtk_3_la-gtkaccessibilityutil.lo a11y/libgtk_3_la-gtkarrowaccessible.lo a11y/libgtk_3_la-gtkbooleancellaccessible.lo a11y/libgtk_3_la-gtkbuttonaccessible.lo a11y/libgtk_3_la-gtkcellaccessible.lo a11y/libgtk_3_la-gtkcellaccessibleparent.lo a11y/libgtk_3_la-gtkcheckmenuitemaccessible.lo a11y/libgtk_3_la-gtkcolorswatchaccessible.lo a11y/libgtk_3_la-gtkcomboboxaccessible.lo a11y/libgtk_3_la-gtkcontaineraccessible.lo a11y/libgtk_3_la-gtkcontainercellaccessible.lo a11y/libgtk_3_la-gtkentryaccessible.lo a11y/libgtk_3_la-gtkexpanderaccessible.lo a11y/libgtk_3_la-gtkflowboxaccessible.lo a11y/libgtk_3_la-gtkflowboxchildaccessible.lo a11y/libgtk_3_la-gtkframeaccessible.lo a11y/libgtk_3_la-gtkiconviewaccessible.lo a11y/libgtk_3_la-gtkimageaccessible.lo a11y/libgtk_3_la-gtkimagecellaccessible.lo a11y/libgtk_3_la-gtklabelaccessible.lo a11y/libgtk_3_la-gtklevelbaraccessible.lo a11y/libgtk_3_la-gtklinkbuttonaccessible.lo a11y/libgtk_3_la-gtklistboxaccessible.lo a11y/libgtk_3_la-gtklistboxrowaccessible.lo a11y/libgtk_3_la-gtklockbuttonaccessible.lo a11y/libgtk_3_la-gtkmenuaccessible.lo a11y/libgtk_3_la-gtkmenubuttonaccessible.lo a11y/libgtk_3_la-gtkmenushellaccessible.lo a11y/libgtk_3_la-gtkmenuitemaccessible.lo a11y/libgtk_3_la-gtknotebookaccessible.lo a11y/libgtk_3_la-gtknotebookpageaccessible.lo a11y/libgtk_3_la-gtkpanedaccessible.lo a11y/libgtk_3_la-gtkpopoveraccessible.lo a11y/libgtk_3_la-gtkprogressbaraccessible.lo a11y/libgtk_3_la-gtkradiobuttonaccessible.lo a11y/libgtk_3_la-gtkradiomenuitemaccessible.lo a11y/libgtk_3_la-gtkrangeaccessible.lo a11y/libgtk_3_la-gtkrenderercellaccessible.lo a11y/libgtk_3_la-gtkscaleaccessible.lo a11y/libgtk_3_la-gtkscalebuttonaccessible.lo a11y/libgtk_3_la-gtkscrolledwindowaccessible.lo a11y/libgtk_3_la-gtkspinbuttonaccessible.lo a11y/libgtk_3_la-gtkspinneraccessible.lo a11y/libgtk_3_la-gtkstatusbaraccessible.lo a11y/libgtk_3_la-gtkstackaccessible.lo a11y/libgtk_3_la-gtkswitchaccessible.lo a11y/libgtk_3_la-gtktextcellaccessible.lo a11y/libgtk_3_la-gtktextviewaccessible.lo a11y/libgtk_3_la-gtktogglebuttonaccessible.lo a11y/libgtk_3_la-gtktoplevelaccessible.lo a11y/libgtk_3_la-gtktreeviewaccessible.lo a11y/libgtk_3_la-gtkwidgetaccessible.lo a11y/libgtk_3_la-gtkwindowaccessible.lo deprecated/libgtk_3_la-gtkactivatable.lo deprecated/libgtk_3_la-gtkaction.lo deprecated/libgtk_3_la-gtkactiongroup.lo deprecated/libgtk_3_la-gtkalignment.lo deprecated/libgtk_3_la-gtkarrow.lo deprecated/libgtk_3_la-gtkcolorsel.lo deprecated/libgtk_3_la-gtkcolorseldialog.lo deprecated/libgtk_3_la-gtkfontsel.lo deprecated/libgtk_3_la-gtkgradient.lo deprecated/libgtk_3_la-gtkhandlebox.lo deprecated/libgtk_3_la-gtkhbbox.lo deprecated/libgtk_3_la-gtkhbox.lo deprecated/libgtk_3_la-gtkhpaned.lo deprecated/libgtk_3_la-gtkhscale.lo deprecated/libgtk_3_la-gtkhscrollbar.lo deprecated/libgtk_3_la-gtkhseparator.lo deprecated/libgtk_3_la-gtkhsv.lo deprecated/libgtk_3_la-gtkiconfactory.lo deprecated/libgtk_3_la-gtkimagemenuitem.lo deprecated/libgtk_3_la-gtkmisc.lo deprecated/libgtk_3_la-gtknumerableicon.lo deprecated/libgtk_3_la-gtkradioaction.lo deprecated/libgtk_3_la-gtkrc.lo deprecated/libgtk_3_la-gtkrecentaction.lo deprecated/libgtk_3_la-gtkstatusicon.lo deprecated/libgtk_3_la-gtkstock.lo deprecated/libgtk_3_la-gtkstyle.lo deprecated/libgtk_3_la-gtkstyleproperties.lo deprecated/libgtk_3_la-gtksymboliccolor.lo deprecated/libgtk_3_la-gtktable.lo deprecated/libgtk_3_la-gtktearoffmenuitem.lo deprecated/libgtk_3_la-gtkthemingengine.lo deprecated/libgtk_3_la-gtktoggleaction.lo deprecated/libgtk_3_la-gtkuimanager.lo deprecated/libgtk_3_la-gtkvbbox.lo deprecated/libgtk_3_la-gtkvbox.lo deprecated/libgtk_3_la-gtkvscale.lo deprecated/libgtk_3_la-gtkvscrollbar.lo deprecated/libgtk_3_la-gtkvseparator.lo deprecated/libgtk_3_la-gtkvpaned.lo inspector/libgtk_3_la-action-editor.lo inspector/libgtk_3_la-actions.lo inspector/libgtk_3_la-cellrenderergraph.lo inspector/libgtk_3_la-css-editor.lo inspector/libgtk_3_la-css-node-tree.lo inspector/libgtk_3_la-data-list.lo inspector/libgtk_3_la-general.lo inspector/libgtk_3_la-gestures.lo inspector/libgtk_3_la-graphdata.lo inspector/libgtk_3_la-gtkstackcombo.lo inspector/libgtk_3_la-gtktreemodelcssnode.lo inspector/libgtk_3_la-init.lo inspector/libgtk_3_la-inspect-button.lo inspector/libgtk_3_la-magnifier.lo inspector/libgtk_3_la-menu.lo inspector/libgtk_3_la-misc-info.lo inspector/libgtk_3_la-object-hierarchy.lo inspector/libgtk_3_la-object-tree.lo inspector/libgtk_3_la-prop-editor.lo inspector/libgtk_3_la-prop-list.lo inspector/libgtk_3_la-resource-list.lo inspector/libgtk_3_la-selector.lo inspector/libgtk_3_la-signals-list.lo inspector/libgtk_3_la-size-groups.lo inspector/libgtk_3_la-statistics.lo inspector/libgtk_3_la-strv-editor.lo inspector/libgtk_3_la-treewalk.lo inspector/libgtk_3_la-visual.lo inspector/libgtk_3_la-window.lo libgtk_3_la-gtkactionmuxer.lo libgtk_3_la-gtkactionobserver.lo libgtk_3_la-gtkactionobservable.lo libgtk_3_la-gtkactionable.lo libgtk_3_la-gtkquery.lo libgtk_3_la-gtksearchbar.lo libgtk_3_la-gtksearchentry.lo libgtk_3_la-gtksearchengine.lo libgtk_3_la-gtksearchenginesimple.lo libgtk_3_la-gtksearchenginemodel.lo libgtk_3_la-fnmatch.lo libgtk_3_la-gtkaboutdialog.lo libgtk_3_la-gtkaccelgroup.lo libgtk_3_la-gtkaccellabel.lo libgtk_3_la-gtkaccelmap.lo libgtk_3_la-gtkaccessible.lo libgtk_3_la-gtkactionbar.lo libgtk_3_la-gtkactionhelper.lo libgtk_3_la-gtkadjustment.lo libgtk_3_la-gtkallocatedbitmask.lo libgtk_3_la-gtkappchooser.lo libgtk_3_la-gtkappchooserwidget.lo libgtk_3_la-gtkappchooserbutton.lo libgtk_3_la-gtkappchooserdialog.lo libgtk_3_la-gtkapplication.lo libgtk_3_la-gtkapplicationaccels.lo libgtk_3_la-gtkapplicationimpl.lo libgtk_3_la-gtkapplicationwindow.lo libgtk_3_la-gtkaspectframe.lo libgtk_3_la-gtkassistant.lo libgtk_3_la-gtkbbox.lo libgtk_3_la-gtkbin.lo libgtk_3_la-gtkbindings.lo libgtk_3_la-gtkbookmarksmanager.lo libgtk_3_la-gtkborder.lo libgtk_3_la-gtkbox.lo libgtk_3_la-gtkboxgadget.lo libgtk_3_la-gtkbuildable.lo libgtk_3_la-gtkbuilder.lo libgtk_3_la-gtkbuilderparser.lo libgtk_3_la-gtkbuilder-menus.lo libgtk_3_la-gtkbuiltinicon.lo libgtk_3_la-gtkbutton.lo libgtk_3_la-gtkcairoblur.lo libgtk_3_la-gtkcalendar.lo libgtk_3_la-gtkcellarea.lo libgtk_3_la-gtkcellareabox.lo libgtk_3_la-gtkcellareaboxcontext.lo libgtk_3_la-gtkcellareacontext.lo libgtk_3_la-gtkcelleditable.lo libgtk_3_la-gtkcelllayout.lo libgtk_3_la-gtkcellrenderer.lo libgtk_3_la-gtkcellrendereraccel.lo libgtk_3_la-gtkcellrenderercombo.lo libgtk_3_la-gtkcellrendererpixbuf.lo libgtk_3_la-gtkcellrendererprogress.lo libgtk_3_la-gtkcellrendererspin.lo libgtk_3_la-gtkcellrendererspinner.lo libgtk_3_la-gtkcellrenderertext.lo libgtk_3_la-gtkcellrenderertoggle.lo libgtk_3_la-gtkcellview.lo libgtk_3_la-gtkcheckbutton.lo libgtk_3_la-gtkcheckmenuitem.lo libgtk_3_la-gtkcolorbutton.lo libgtk_3_la-gtkcolorchooser.lo libgtk_3_la-gtkcolorchooserwidget.lo libgtk_3_la-gtkcolorchooserdialog.lo libgtk_3_la-gtkcoloreditor.lo libgtk_3_la-gtkcolorplane.lo libgtk_3_la-gtkcolorscale.lo libgtk_3_la-gtkcolorswatch.lo libgtk_3_la-gtkcolorutils.lo libgtk_3_la-gtkcombobox.lo libgtk_3_la-gtkcomboboxtext.lo libgtk_3_la-gtkcomposetable.lo libgtk_3_la-gtkcontainer.lo libgtk_3_la-gtkcssanimation.lo libgtk_3_la-gtkcssanimatedstyle.lo libgtk_3_la-gtkcssarrayvalue.lo libgtk_3_la-gtkcssbgsizevalue.lo libgtk_3_la-gtkcssbordervalue.lo libgtk_3_la-gtkcsscalcvalue.lo libgtk_3_la-gtkcsscolorvalue.lo libgtk_3_la-gtkcsscornervalue.lo libgtk_3_la-gtkcsscustomgadget.lo libgtk_3_la-gtkcsscustomproperty.lo libgtk_3_la-gtkcssdimensionvalue.lo libgtk_3_la-gtkcsseasevalue.lo libgtk_3_la-gtkcssenumvalue.lo libgtk_3_la-gtkcssenginevalue.lo libgtk_3_la-gtkcssgadget.lo libgtk_3_la-gtkcssiconthemevalue.lo libgtk_3_la-gtkcssimage.lo libgtk_3_la-gtkcssimagebuiltin.lo libgtk_3_la-gtkcssimagecrossfade.lo libgtk_3_la-gtkcssimagefallback.lo libgtk_3_la-gtkcssimagegradient.lo libgtk_3_la-gtkcssimageicontheme.lo libgtk_3_la-gtkcssimagelinear.lo libgtk_3_la-gtkcssimageradial.lo libgtk_3_la-gtkcssimagesurface.lo libgtk_3_la-gtkcssimageurl.lo libgtk_3_la-gtkcssimagerecolor.lo libgtk_3_la-gtkcssimagescaled.lo libgtk_3_la-gtkcssimagevalue.lo libgtk_3_la-gtkcssimagewin32.lo libgtk_3_la-gtkcssinheritvalue.lo libgtk_3_la-gtkcssinitialvalue.lo libgtk_3_la-gtkcsskeyframes.lo libgtk_3_la-gtkcsslookup.lo libgtk_3_la-gtkcssmatcher.lo libgtk_3_la-gtkcssnode.lo libgtk_3_la-gtkcssnodedeclaration.lo libgtk_3_la-gtkcssnodestylecache.lo libgtk_3_la-gtkcssnumbervalue.lo libgtk_3_la-gtkcsspalettevalue.lo libgtk_3_la-gtkcssparser.lo libgtk_3_la-gtkcsspathnode.lo libgtk_3_la-gtkcsspositionvalue.lo libgtk_3_la-gtkcssprovider.lo libgtk_3_la-gtkcssrepeatvalue.lo libgtk_3_la-gtkcssrgbavalue.lo libgtk_3_la-gtkcsssection.lo libgtk_3_la-gtkcssselector.lo libgtk_3_la-gtkcssstringvalue.lo libgtk_3_la-gtkcssstyle.lo libgtk_3_la-gtkcssstylechange.lo libgtk_3_la-gtkcssshadowsvalue.lo libgtk_3_la-gtkcssshadowvalue.lo libgtk_3_la-gtkcssshorthandproperty.lo libgtk_3_la-gtkcssshorthandpropertyimpl.lo libgtk_3_la-gtkcssstaticstyle.lo libgtk_3_la-gtkcssstylefuncs.lo libgtk_3_la-gtkcssstyleproperty.lo libgtk_3_la-gtkcssstylepropertyimpl.lo libgtk_3_la-gtkcsstransformvalue.lo libgtk_3_la-gtkcsstransientnode.lo libgtk_3_la-gtkcsstransition.lo libgtk_3_la-gtkcsstypedvalue.lo libgtk_3_la-gtkcssunsetvalue.lo libgtk_3_la-gtkcsstypes.lo libgtk_3_la-gtkcssvalue.lo libgtk_3_la-gtkcsswidgetnode.lo libgtk_3_la-gtkcsswin32sizevalue.lo libgtk_3_la-gtkdialog.lo libgtk_3_la-gtkdragsource.lo libgtk_3_la-gtkdrawingarea.lo libgtk_3_la-gtkeditable.lo libgtk_3_la-gtkentry.lo libgtk_3_la-gtkentrybuffer.lo libgtk_3_la-gtkentrycompletion.lo libgtk_3_la-gtkeventbox.lo libgtk_3_la-gtkeventcontroller.lo libgtk_3_la-gtkexpander.lo libgtk_3_la-gtkfilechooser.lo libgtk_3_la-gtkfilechooserbutton.lo libgtk_3_la-gtkfilechooserdialog.lo libgtk_3_la-gtkfilechooserembed.lo libgtk_3_la-gtkfilechooserentry.lo libgtk_3_la-gtkfilechoosernative.lo libgtk_3_la-gtkfilechoosernativeportal.lo libgtk_3_la-gtkfilechooserutils.lo libgtk_3_la-gtkfilechooserwidget.lo libgtk_3_la-gtkfilefilter.lo libgtk_3_la-gtkfilesystem.lo libgtk_3_la-gtkfilesystemmodel.lo libgtk_3_la-gtkfixed.lo libgtk_3_la-gtkflowbox.lo libgtk_3_la-gtkfontbutton.lo libgtk_3_la-gtkfontchooser.lo libgtk_3_la-gtkfontchooserdialog.lo libgtk_3_la-gtkfontchooserutils.lo libgtk_3_la-gtkfontchooserwidget.lo libgtk_3_la-gtkframe.lo libgtk_3_la-gtkgladecatalog.lo libgtk_3_la-gtkgesture.lo libgtk_3_la-gtkgesturedrag.lo libgtk_3_la-gtkgesturelongpress.lo libgtk_3_la-gtkgesturemultipress.lo libgtk_3_la-gtkgesturepan.lo libgtk_3_la-gtkgesturerotate.lo libgtk_3_la-gtkgesturesingle.lo libgtk_3_la-gtkgestureswipe.lo libgtk_3_la-gtkgesturezoom.lo libgtk_3_la-gtkglarea.lo libgtk_3_la-gtkgrid.lo libgtk_3_la-gtkheaderbar.lo libgtk_3_la-gtkhsla.lo libgtk_3_la-gtkicon.lo libgtk_3_la-gtkiconcache.lo libgtk_3_la-gtkiconcachevalidator.lo libgtk_3_la-gtkiconhelper.lo libgtk_3_la-gtkicontheme.lo libgtk_3_la-gtkiconview.lo libgtk_3_la-gtkimage.lo libgtk_3_la-gtkimagedefinition.lo libgtk_3_la-gtkimcontext.lo libgtk_3_la-gtkimcontextsimple.lo libgtk_3_la-gtkimmodule.lo libgtk_3_la-gtkimmulticontext.lo libgtk_3_la-gtkinfobar.lo libgtk_3_la-gtkinvisible.lo libgtk_3_la-gtkkeyhash.lo libgtk_3_la-gtkkineticscrolling.lo libgtk_3_la-gtklabel.lo libgtk_3_la-gtklayout.lo libgtk_3_la-gtklevelbar.lo libgtk_3_la-gtklinkbutton.lo libgtk_3_la-gtklistbox.lo libgtk_3_la-gtkliststore.lo libgtk_3_la-gtklockbutton.lo libgtk_3_la-gtkmain.lo libgtk_3_la-gtkmagnifier.lo libgtk_3_la-gtkmarshalers.lo libgtk_3_la-gtkmenu.lo libgtk_3_la-gtkmenubar.lo libgtk_3_la-gtkmenubutton.lo libgtk_3_la-gtkmenuitem.lo libgtk_3_la-gtkmenusectionbox.lo libgtk_3_la-gtkmenushell.lo libgtk_3_la-gtkmenutracker.lo libgtk_3_la-gtkmenutrackeritem.lo libgtk_3_la-gtkmenutoolbutton.lo libgtk_3_la-gtkmessagedialog.lo libgtk_3_la-gtkmnemonichash.lo libgtk_3_la-gtkmodelmenuitem.lo libgtk_3_la-gtkmodelbutton.lo libgtk_3_la-gtkmodifierstyle.lo libgtk_3_la-gtkmodules.lo libgtk_3_la-gtkmountoperation.lo libgtk_3_la-gtknativedialog.lo libgtk_3_la-gtknotebook.lo libgtk_3_la-gtkoffscreenwindow.lo libgtk_3_la-gtkorientable.lo libgtk_3_la-gtkoverlay.lo libgtk_3_la-gtkpadcontroller.lo libgtk_3_la-gtkpagesetup.lo libgtk_3_la-gtkpaned.lo libgtk_3_la-gtkpango.lo libgtk_3_la-gtkpapersize.lo libgtk_3_la-gtkpathbar.lo libgtk_3_la-gtkplacessidebar.lo libgtk_3_la-gtkplacesview.lo libgtk_3_la-gtkplacesviewrow.lo libgtk_3_la-gtkprintcontext.lo libgtk_3_la-gtkprintoperation.lo libgtk_3_la-gtkprintoperationpreview.lo libgtk_3_la-gtkprintsettings.lo libgtk_3_la-gtkprintutils.lo libgtk_3_la-gtkprivate.lo libgtk_3_la-gtkprivatetypebuiltins.lo libgtk_3_la-gtkprogressbar.lo libgtk_3_la-gtkprogresstracker.lo libgtk_3_la-gtkpixelcache.lo libgtk_3_la-gtkpopover.lo libgtk_3_la-gtkpopovermenu.lo libgtk_3_la-gtkradiobutton.lo libgtk_3_la-gtkradiomenuitem.lo libgtk_3_la-gtkradiotoolbutton.lo libgtk_3_la-gtkrange.lo libgtk_3_la-gtkrbtree.lo libgtk_3_la-gtkrecentchooserdefault.lo libgtk_3_la-gtkrecentchooserdialog.lo libgtk_3_la-gtkrecentchoosermenu.lo libgtk_3_la-gtkrecentchooserwidget.lo libgtk_3_la-gtkrecentchooserutils.lo libgtk_3_la-gtkrecentchooser.lo libgtk_3_la-gtkrecentfilter.lo libgtk_3_la-gtkrecentmanager.lo libgtk_3_la-gtkrender.lo libgtk_3_la-gtkrenderbackground.lo libgtk_3_la-gtkrenderborder.lo libgtk_3_la-gtkrendericon.lo libgtk_3_la-gtkresources.lo libgtk_3_la-gtkrevealer.lo libgtk_3_la-gtkroundedbox.lo libgtk_3_la-gtkscale.lo libgtk_3_la-gtkscalebutton.lo libgtk_3_la-gtkscrollable.lo libgtk_3_la-gtkscrollbar.lo libgtk_3_la-gtkscrolledwindow.lo libgtk_3_la-gtkselection.lo libgtk_3_la-gtkseparator.lo libgtk_3_la-gtkseparatormenuitem.lo libgtk_3_la-gtkseparatortoolitem.lo libgtk_3_la-gtksettings.lo libgtk_3_la-gtkshortcutsgroup.lo libgtk_3_la-gtkshortcutlabel.lo libgtk_3_la-gtkshortcutsshortcut.lo libgtk_3_la-gtkshortcutssection.lo libgtk_3_la-gtkshortcutswindow.lo libgtk_3_la-gtksidebarrow.lo libgtk_3_la-gtksizegroup.lo libgtk_3_la-gtksizerequest.lo libgtk_3_la-gtksizerequestcache.lo libgtk_3_la-gtkshow.lo libgtk_3_la-gtkstacksidebar.lo libgtk_3_la-gtkspinbutton.lo libgtk_3_la-gtkspinner.lo libgtk_3_la-gtkstack.lo libgtk_3_la-gtkstackswitcher.lo libgtk_3_la-gtkstatusbar.lo libgtk_3_la-gtkstyleanimation.lo libgtk_3_la-gtkstylecascade.lo libgtk_3_la-gtkstylecontext.lo libgtk_3_la-gtkstyleproperty.lo libgtk_3_la-gtkstyleprovider.lo libgtk_3_la-gtkstyleproviderprivate.lo libgtk_3_la-gtkswitch.lo libgtk_3_la-gtktestutils.lo libgtk_3_la-gtktextattributes.lo libgtk_3_la-gtktextbtree.lo libgtk_3_la-gtktextbuffer.lo libgtk_3_la-gtktextbufferrichtext.lo libgtk_3_la-gtktextbufferserialize.lo libgtk_3_la-gtktextchild.lo libgtk_3_la-gtktextdisplay.lo libgtk_3_la-gtktexthandle.lo libgtk_3_la-gtktextiter.lo libgtk_3_la-gtktextlayout.lo libgtk_3_la-gtktextmark.lo libgtk_3_la-gtktextsegment.lo libgtk_3_la-gtktexttag.lo libgtk_3_la-gtktexttagtable.lo libgtk_3_la-gtktexttypes.lo libgtk_3_la-gtktextutil.lo libgtk_3_la-gtktextview.lo libgtk_3_la-gtktogglebutton.lo libgtk_3_la-gtktoggletoolbutton.lo libgtk_3_la-gtktoolbar.lo libgtk_3_la-gtktoolbutton.lo libgtk_3_la-gtktoolitem.lo libgtk_3_la-gtktoolitemgroup.lo libgtk_3_la-gtktoolpalette.lo libgtk_3_la-gtktoolshell.lo libgtk_3_la-gtktooltip.lo libgtk_3_la-gtktooltipwindow.lo libgtk_3_la-gtktrashmonitor.lo libgtk_3_la-gtktreedatalist.lo libgtk_3_la-gtktreednd.lo libgtk_3_la-gtktreemenu.lo libgtk_3_la-gtktreemodel.lo libgtk_3_la-gtktreemodelfilter.lo libgtk_3_la-gtktreemodelsort.lo libgtk_3_la-gtktreeselection.lo libgtk_3_la-gtktreesortable.lo libgtk_3_la-gtktreestore.lo libgtk_3_la-gtktreeview.lo libgtk_3_la-gtktreeviewcolumn.lo libgtk_3_la-gtktypebuiltins.lo libgtk_3_la-gtkutils.lo libgtk_3_la-gtkvolumebutton.lo libgtk_3_la-gtkviewport.lo libgtk_3_la-gtkwidget.lo libgtk_3_la-gtkwidgetpath.lo libgtk_3_la-gtkwindow.lo libgtk_3_la-gtkwindowgroup.lo libgtk_3_la-gtkwin32draw.lo libgtk_3_la-gtkwin32theme.lo libgtk_3_la-gdkpixbufutils.lo  libgtk_3_la-gtkclipboard.lo libgtk_3_la-gtkdnd.lo libgtk_3_la-gtkdragdest.lo libgtk_3_la-gtkcustompaperunixdialog.lo libgtk_3_la-gtkpagesetupunixdialog.lo libgtk_3_la-gtkprinter.lo libgtk_3_la-gtkprinteroption.lo libgtk_3_la-gtkprinteroptionset.lo libgtk_3_la-gtkprinteroptionwidget.lo libgtk_3_la-gtkprintjob.lo libgtk_3_la-gtkprintoperation-unix.lo libgtk_3_la-gtkprintoperation-portal.lo libgtk_3_la-gtkprintunixdialog.lo libgtk_3_la-gtkprintbackend.lo libgtk_3_la-gtksearchenginetracker.lo  libgtk_3_la-gtkplug.lo libgtk_3_la-gtksocket.lo libgtk_3_la-gtkxembed.lo deprecated/libgtk_3_la-gtktrayicon-x11.lo libgtk_3_la-gtkapplication-x11.lo libgtk_3_la-gtkmountoperation-x11.lo  libgtk_3_la-gtkapplication-dbus.lo    libgtk_3_la-gtkdbusgenerated.lo ../gdk/libgdk-3.la -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm   
libtool: link: gcc -shared  -fPIC -DPIC  a11y/.libs/libgtk_3_la-gtkaccessibility.o a11y/.libs/libgtk_3_la-gtkaccessibilitymisc.o a11y/.libs/libgtk_3_la-gtkaccessibilityutil.o a11y/.libs/libgtk_3_la-gtkarrowaccessible.o a11y/.libs/libgtk_3_la-gtkbooleancellaccessible.o a11y/.libs/libgtk_3_la-gtkbuttonaccessible.o a11y/.libs/libgtk_3_la-gtkcellaccessible.o a11y/.libs/libgtk_3_la-gtkcellaccessibleparent.o a11y/.libs/libgtk_3_la-gtkcheckmenuitemaccessible.o a11y/.libs/libgtk_3_la-gtkcolorswatchaccessible.o a11y/.libs/libgtk_3_la-gtkcomboboxaccessible.o a11y/.libs/libgtk_3_la-gtkcontaineraccessible.o a11y/.libs/libgtk_3_la-gtkcontainercellaccessible.o a11y/.libs/libgtk_3_la-gtkentryaccessible.o a11y/.libs/libgtk_3_la-gtkexpanderaccessible.o a11y/.libs/libgtk_3_la-gtkflowboxaccessible.o a11y/.libs/libgtk_3_la-gtkflowboxchildaccessible.o a11y/.libs/libgtk_3_la-gtkframeaccessible.o a11y/.libs/libgtk_3_la-gtkiconviewaccessible.o a11y/.libs/libgtk_3_la-gtkimageaccessible.o a11y/.libs/libgtk_3_la-gtkimagecellaccessible.o a11y/.libs/libgtk_3_la-gtklabelaccessible.o a11y/.libs/libgtk_3_la-gtklevelbaraccessible.o a11y/.libs/libgtk_3_la-gtklinkbuttonaccessible.o a11y/.libs/libgtk_3_la-gtklistboxaccessible.o a11y/.libs/libgtk_3_la-gtklistboxrowaccessible.o a11y/.libs/libgtk_3_la-gtklockbuttonaccessible.o a11y/.libs/libgtk_3_la-gtkmenuaccessible.o a11y/.libs/libgtk_3_la-gtkmenubuttonaccessible.o a11y/.libs/libgtk_3_la-gtkmenushellaccessible.o a11y/.libs/libgtk_3_la-gtkmenuitemaccessible.o a11y/.libs/libgtk_3_la-gtknotebookaccessible.o a11y/.libs/libgtk_3_la-gtknotebookpageaccessible.o a11y/.libs/libgtk_3_la-gtkpanedaccessible.o a11y/.libs/libgtk_3_la-gtkpopoveraccessible.o a11y/.libs/libgtk_3_la-gtkprogressbaraccessible.o a11y/.libs/libgtk_3_la-gtkradiobuttonaccessible.o a11y/.libs/libgtk_3_la-gtkradiomenuitemaccessible.o a11y/.libs/libgtk_3_la-gtkrangeaccessible.o a11y/.libs/libgtk_3_la-gtkrenderercellaccessible.o a11y/.libs/libgtk_3_la-gtkscaleaccessible.o a11y/.libs/libgtk_3_la-gtkscalebuttonaccessible.o a11y/.libs/libgtk_3_la-gtkscrolledwindowaccessible.o a11y/.libs/libgtk_3_la-gtkspinbuttonaccessible.o a11y/.libs/libgtk_3_la-gtkspinneraccessible.o a11y/.libs/libgtk_3_la-gtkstatusbaraccessible.o a11y/.libs/libgtk_3_la-gtkstackaccessible.o a11y/.libs/libgtk_3_la-gtkswitchaccessible.o a11y/.libs/libgtk_3_la-gtktextcellaccessible.o a11y/.libs/libgtk_3_la-gtktextviewaccessible.o a11y/.libs/libgtk_3_la-gtktogglebuttonaccessible.o a11y/.libs/libgtk_3_la-gtktoplevelaccessible.o a11y/.libs/libgtk_3_la-gtktreeviewaccessible.o a11y/.libs/libgtk_3_la-gtkwidgetaccessible.o a11y/.libs/libgtk_3_la-gtkwindowaccessible.o deprecated/.libs/libgtk_3_la-gtkactivatable.o deprecated/.libs/libgtk_3_la-gtkaction.o deprecated/.libs/libgtk_3_la-gtkactiongroup.o deprecated/.libs/libgtk_3_la-gtkalignment.o deprecated/.libs/libgtk_3_la-gtkarrow.o deprecated/.libs/libgtk_3_la-gtkcolorsel.o deprecated/.libs/libgtk_3_la-gtkcolorseldialog.o deprecated/.libs/libgtk_3_la-gtkfontsel.o deprecated/.libs/libgtk_3_la-gtkgradient.o deprecated/.libs/libgtk_3_la-gtkhandlebox.o deprecated/.libs/libgtk_3_la-gtkhbbox.o deprecated/.libs/libgtk_3_la-gtkhbox.o deprecated/.libs/libgtk_3_la-gtkhpaned.o deprecated/.libs/libgtk_3_la-gtkhscale.o deprecated/.libs/libgtk_3_la-gtkhscrollbar.o deprecated/.libs/libgtk_3_la-gtkhseparator.o deprecated/.libs/libgtk_3_la-gtkhsv.o deprecated/.libs/libgtk_3_la-gtkiconfactory.o deprecated/.libs/libgtk_3_la-gtkimagemenuitem.o deprecated/.libs/libgtk_3_la-gtkmisc.o deprecated/.libs/libgtk_3_la-gtknumerableicon.o deprecated/.libs/libgtk_3_la-gtkradioaction.o deprecated/.libs/libgtk_3_la-gtkrc.o deprecated/.libs/libgtk_3_la-gtkrecentaction.o deprecated/.libs/libgtk_3_la-gtkstatusicon.o deprecated/.libs/libgtk_3_la-gtkstock.o deprecated/.libs/libgtk_3_la-gtkstyle.o deprecated/.libs/libgtk_3_la-gtkstyleproperties.o deprecated/.libs/libgtk_3_la-gtksymboliccolor.o deprecated/.libs/libgtk_3_la-gtktable.o deprecated/.libs/libgtk_3_la-gtktearoffmenuitem.o deprecated/.libs/libgtk_3_la-gtkthemingengine.o deprecated/.libs/libgtk_3_la-gtktoggleaction.o deprecated/.libs/libgtk_3_la-gtkuimanager.o deprecated/.libs/libgtk_3_la-gtkvbbox.o deprecated/.libs/libgtk_3_la-gtkvbox.o deprecated/.libs/libgtk_3_la-gtkvscale.o deprecated/.libs/libgtk_3_la-gtkvscrollbar.o deprecated/.libs/libgtk_3_la-gtkvseparator.o deprecated/.libs/libgtk_3_la-gtkvpaned.o inspector/.libs/libgtk_3_la-action-editor.o inspector/.libs/libgtk_3_la-actions.o inspector/.libs/libgtk_3_la-cellrenderergraph.o inspector/.libs/libgtk_3_la-css-editor.o inspector/.libs/libgtk_3_la-css-node-tree.o inspector/.libs/libgtk_3_la-data-list.o inspector/.libs/libgtk_3_la-general.o inspector/.libs/libgtk_3_la-gestures.o inspector/.libs/libgtk_3_la-graphdata.o inspector/.libs/libgtk_3_la-gtkstackcombo.o inspector/.libs/libgtk_3_la-gtktreemodelcssnode.o inspector/.libs/libgtk_3_la-init.o inspector/.libs/libgtk_3_la-inspect-button.o inspector/.libs/libgtk_3_la-magnifier.o inspector/.libs/libgtk_3_la-menu.o inspector/.libs/libgtk_3_la-misc-info.o inspector/.libs/libgtk_3_la-object-hierarchy.o inspector/.libs/libgtk_3_la-object-tree.o inspector/.libs/libgtk_3_la-prop-editor.o inspector/.libs/libgtk_3_la-prop-list.o inspector/.libs/libgtk_3_la-resource-list.o inspector/.libs/libgtk_3_la-selector.o inspector/.libs/libgtk_3_la-signals-list.o inspector/.libs/libgtk_3_la-size-groups.o inspector/.libs/libgtk_3_la-statistics.o inspector/.libs/libgtk_3_la-strv-editor.o inspector/.libs/libgtk_3_la-treewalk.o inspector/.libs/libgtk_3_la-visual.o inspector/.libs/libgtk_3_la-window.o .libs/libgtk_3_la-gtkactionmuxer.o .libs/libgtk_3_la-gtkactionobserver.o .libs/libgtk_3_la-gtkactionobservable.o .libs/libgtk_3_la-gtkactionable.o .libs/libgtk_3_la-gtkquery.o .libs/libgtk_3_la-gtksearchbar.o .libs/libgtk_3_la-gtksearchentry.o .libs/libgtk_3_la-gtksearchengine.o .libs/libgtk_3_la-gtksearchenginesimple.o .libs/libgtk_3_la-gtksearchenginemodel.o .libs/libgtk_3_la-fnmatch.o .libs/libgtk_3_la-gtkaboutdialog.o .libs/libgtk_3_la-gtkaccelgroup.o .libs/libgtk_3_la-gtkaccellabel.o .libs/libgtk_3_la-gtkaccelmap.o .libs/libgtk_3_la-gtkaccessible.o .libs/libgtk_3_la-gtkactionbar.o .libs/libgtk_3_la-gtkactionhelper.o .libs/libgtk_3_la-gtkadjustment.o .libs/libgtk_3_la-gtkallocatedbitmask.o .libs/libgtk_3_la-gtkappchooser.o .libs/libgtk_3_la-gtkappchooserwidget.o .libs/libgtk_3_la-gtkappchooserbutton.o .libs/libgtk_3_la-gtkappchooserdialog.o .libs/libgtk_3_la-gtkapplication.o .libs/libgtk_3_la-gtkapplicationaccels.o .libs/libgtk_3_la-gtkapplicationimpl.o .libs/libgtk_3_la-gtkapplicationwindow.o .libs/libgtk_3_la-gtkaspectframe.o .libs/libgtk_3_la-gtkassistant.o .libs/libgtk_3_la-gtkbbox.o .libs/libgtk_3_la-gtkbin.o .libs/libgtk_3_la-gtkbindings.o .libs/libgtk_3_la-gtkbookmarksmanager.o .libs/libgtk_3_la-gtkborder.o .libs/libgtk_3_la-gtkbox.o .libs/libgtk_3_la-gtkboxgadget.o .libs/libgtk_3_la-gtkbuildable.o .libs/libgtk_3_la-gtkbuilder.o .libs/libgtk_3_la-gtkbuilderparser.o .libs/libgtk_3_la-gtkbuilder-menus.o .libs/libgtk_3_la-gtkbuiltinicon.o .libs/libgtk_3_la-gtkbutton.o .libs/libgtk_3_la-gtkcairoblur.o .libs/libgtk_3_la-gtkcalendar.o .libs/libgtk_3_la-gtkcellarea.o .libs/libgtk_3_la-gtkcellareabox.o .libs/libgtk_3_la-gtkcellareaboxcontext.o .libs/libgtk_3_la-gtkcellareacontext.o .libs/libgtk_3_la-gtkcelleditable.o .libs/libgtk_3_la-gtkcelllayout.o .libs/libgtk_3_la-gtkcellrenderer.o .libs/libgtk_3_la-gtkcellrendereraccel.o .libs/libgtk_3_la-gtkcellrenderercombo.o .libs/libgtk_3_la-gtkcellrendererpixbuf.o .libs/libgtk_3_la-gtkcellrendererprogress.o .libs/libgtk_3_la-gtkcellrendererspin.o .libs/libgtk_3_la-gtkcellrendererspinner.o .libs/libgtk_3_la-gtkcellrenderertext.o .libs/libgtk_3_la-gtkcellrenderertoggle.o .libs/libgtk_3_la-gtkcellview.o .libs/libgtk_3_la-gtkcheckbutton.o .libs/libgtk_3_la-gtkcheckmenuitem.o .libs/libgtk_3_la-gtkcolorbutton.o .libs/libgtk_3_la-gtkcolorchooser.o .libs/libgtk_3_la-gtkcolorchooserwidget.o .libs/libgtk_3_la-gtkcolorchooserdialog.o .libs/libgtk_3_la-gtkcoloreditor.o .libs/libgtk_3_la-gtkcolorplane.o .libs/libgtk_3_la-gtkcolorscale.o .libs/libgtk_3_la-gtkcolorswatch.o .libs/libgtk_3_la-gtkcolorutils.o .libs/libgtk_3_la-gtkcombobox.o .libs/libgtk_3_la-gtkcomboboxtext.o .libs/libgtk_3_la-gtkcomposetable.o .libs/libgtk_3_la-gtkcontainer.o .libs/libgtk_3_la-gtkcssanimation.o .libs/libgtk_3_la-gtkcssanimatedstyle.o .libs/libgtk_3_la-gtkcssarrayvalue.o .libs/libgtk_3_la-gtkcssbgsizevalue.o .libs/libgtk_3_la-gtkcssbordervalue.o .libs/libgtk_3_la-gtkcsscalcvalue.o .libs/libgtk_3_la-gtkcsscolorvalue.o .libs/libgtk_3_la-gtkcsscornervalue.o .libs/libgtk_3_la-gtkcsscustomgadget.o .libs/libgtk_3_la-gtkcsscustomproperty.o .libs/libgtk_3_la-gtkcssdimensionvalue.o .libs/libgtk_3_la-gtkcsseasevalue.o .libs/libgtk_3_la-gtkcssenumvalue.o .libs/libgtk_3_la-gtkcssenginevalue.o .libs/libgtk_3_la-gtkcssgadget.o .libs/libgtk_3_la-gtkcssiconthemevalue.o .libs/libgtk_3_la-gtkcssimage.o .libs/libgtk_3_la-gtkcssimagebuiltin.o .libs/libgtk_3_la-gtkcssimagecrossfade.o .libs/libgtk_3_la-gtkcssimagefallback.o .libs/libgtk_3_la-gtkcssimagegradient.o .libs/libgtk_3_la-gtkcssimageicontheme.o .libs/libgtk_3_la-gtkcssimagelinear.o .libs/libgtk_3_la-gtkcssimageradial.o .libs/libgtk_3_la-gtkcssimagesurface.o .libs/libgtk_3_la-gtkcssimageurl.o .libs/libgtk_3_la-gtkcssimagerecolor.o .libs/libgtk_3_la-gtkcssimagescaled.o .libs/libgtk_3_la-gtkcssimagevalue.o .libs/libgtk_3_la-gtkcssimagewin32.o .libs/libgtk_3_la-gtkcssinheritvalue.o .libs/libgtk_3_la-gtkcssinitialvalue.o .libs/libgtk_3_la-gtkcsskeyframes.o .libs/libgtk_3_la-gtkcsslookup.o .libs/libgtk_3_la-gtkcssmatcher.o .libs/libgtk_3_la-gtkcssnode.o .libs/libgtk_3_la-gtkcssnodedeclaration.o .libs/libgtk_3_la-gtkcssnodestylecache.o .libs/libgtk_3_la-gtkcssnumbervalue.o .libs/libgtk_3_la-gtkcsspalettevalue.o .libs/libgtk_3_la-gtkcssparser.o .libs/libgtk_3_la-gtkcsspathnode.o .libs/libgtk_3_la-gtkcsspositionvalue.o .libs/libgtk_3_la-gtkcssprovider.o .libs/libgtk_3_la-gtkcssrepeatvalue.o .libs/libgtk_3_la-gtkcssrgbavalue.o .libs/libgtk_3_la-gtkcsssection.o .libs/libgtk_3_la-gtkcssselector.o .libs/libgtk_3_la-gtkcssstringvalue.o .libs/libgtk_3_la-gtkcssstyle.o .libs/libgtk_3_la-gtkcssstylechange.o .libs/libgtk_3_la-gtkcssshadowsvalue.o .libs/libgtk_3_la-gtkcssshadowvalue.o .libs/libgtk_3_la-gtkcssshorthandproperty.o .libs/libgtk_3_la-gtkcssshorthandpropertyimpl.o .libs/libgtk_3_la-gtkcssstaticstyle.o .libs/libgtk_3_la-gtkcssstylefuncs.o .libs/libgtk_3_la-gtkcssstyleproperty.o .libs/libgtk_3_la-gtkcssstylepropertyimpl.o .libs/libgtk_3_la-gtkcsstransformvalue.o .libs/libgtk_3_la-gtkcsstransientnode.o .libs/libgtk_3_la-gtkcsstransition.o .libs/libgtk_3_la-gtkcsstypedvalue.o .libs/libgtk_3_la-gtkcssunsetvalue.o .libs/libgtk_3_la-gtkcsstypes.o .libs/libgtk_3_la-gtkcssvalue.o .libs/libgtk_3_la-gtkcsswidgetnode.o .libs/libgtk_3_la-gtkcsswin32sizevalue.o .libs/libgtk_3_la-gtkdialog.o .libs/libgtk_3_la-gtkdragsource.o .libs/libgtk_3_la-gtkdrawingarea.o .libs/libgtk_3_la-gtkeditable.o .libs/libgtk_3_la-gtkentry.o .libs/libgtk_3_la-gtkentrybuffer.o .libs/libgtk_3_la-gtkentrycompletion.o .libs/libgtk_3_la-gtkeventbox.o .libs/libgtk_3_la-gtkeventcontroller.o .libs/libgtk_3_la-gtkexpander.o .libs/libgtk_3_la-gtkfilechooser.o .libs/libgtk_3_la-gtkfilechooserbutton.o .libs/libgtk_3_la-gtkfilechooserdialog.o .libs/libgtk_3_la-gtkfilechooserembed.o .libs/libgtk_3_la-gtkfilechooserentry.o .libs/libgtk_3_la-gtkfilechoosernative.o .libs/libgtk_3_la-gtkfilechoosernativeportal.o .libs/libgtk_3_la-gtkfilechooserutils.o .libs/libgtk_3_la-gtkfilechooserwidget.o .libs/libgtk_3_la-gtkfilefilter.o .libs/libgtk_3_la-gtkfilesystem.o .libs/libgtk_3_la-gtkfilesystemmodel.o .libs/libgtk_3_la-gtkfixed.o .libs/libgtk_3_la-gtkflowbox.o .libs/libgtk_3_la-gtkfontbutton.o .libs/libgtk_3_la-gtkfontchooser.o .libs/libgtk_3_la-gtkfontchooserdialog.o .libs/libgtk_3_la-gtkfontchooserutils.o .libs/libgtk_3_la-gtkfontchooserwidget.o .libs/libgtk_3_la-gtkframe.o .libs/libgtk_3_la-gtkgladecatalog.o .libs/libgtk_3_la-gtkgesture.o .libs/libgtk_3_la-gtkgesturedrag.o .libs/libgtk_3_la-gtkgesturelongpress.o .libs/libgtk_3_la-gtkgesturemultipress.o .libs/libgtk_3_la-gtkgesturepan.o .libs/libgtk_3_la-gtkgesturerotate.o .libs/libgtk_3_la-gtkgesturesingle.o .libs/libgtk_3_la-gtkgestureswipe.o .libs/libgtk_3_la-gtkgesturezoom.o .libs/libgtk_3_la-gtkglarea.o .libs/libgtk_3_la-gtkgrid.o .libs/libgtk_3_la-gtkheaderbar.o .libs/libgtk_3_la-gtkhsla.o .libs/libgtk_3_la-gtkicon.o .libs/libgtk_3_la-gtkiconcache.o .libs/libgtk_3_la-gtkiconcachevalidator.o .libs/libgtk_3_la-gtkiconhelper.o .libs/libgtk_3_la-gtkicontheme.o .libs/libgtk_3_la-gtkiconview.o .libs/libgtk_3_la-gtkimage.o .libs/libgtk_3_la-gtkimagedefinition.o .libs/libgtk_3_la-gtkimcontext.o .libs/libgtk_3_la-gtkimcontextsimple.o .libs/libgtk_3_la-gtkimmodule.o .libs/libgtk_3_la-gtkimmulticontext.o .libs/libgtk_3_la-gtkinfobar.o .libs/libgtk_3_la-gtkinvisible.o .libs/libgtk_3_la-gtkkeyhash.o .libs/libgtk_3_la-gtkkineticscrolling.o .libs/libgtk_3_la-gtklabel.o .libs/libgtk_3_la-gtklayout.o .libs/libgtk_3_la-gtklevelbar.o .libs/libgtk_3_la-gtklinkbutton.o .libs/libgtk_3_la-gtklistbox.o .libs/libgtk_3_la-gtkliststore.o .libs/libgtk_3_la-gtklockbutton.o .libs/libgtk_3_la-gtkmain.o .libs/libgtk_3_la-gtkmagnifier.o .libs/libgtk_3_la-gtkmarshalers.o .libs/libgtk_3_la-gtkmenu.o .libs/libgtk_3_la-gtkmenubar.o .libs/libgtk_3_la-gtkmenubutton.o .libs/libgtk_3_la-gtkmenuitem.o .libs/libgtk_3_la-gtkmenusectionbox.o .libs/libgtk_3_la-gtkmenushell.o .libs/libgtk_3_la-gtkmenutracker.o .libs/libgtk_3_la-gtkmenutrackeritem.o .libs/libgtk_3_la-gtkmenutoolbutton.o .libs/libgtk_3_la-gtkmessagedialog.o .libs/libgtk_3_la-gtkmnemonichash.o .libs/libgtk_3_la-gtkmodelmenuitem.o .libs/libgtk_3_la-gtkmodelbutton.o .libs/libgtk_3_la-gtkmodifierstyle.o .libs/libgtk_3_la-gtkmodules.o .libs/libgtk_3_la-gtkmountoperation.o .libs/libgtk_3_la-gtknativedialog.o .libs/libgtk_3_la-gtknotebook.o .libs/libgtk_3_la-gtkoffscreenwindow.o .libs/libgtk_3_la-gtkorientable.o .libs/libgtk_3_la-gtkoverlay.o .libs/libgtk_3_la-gtkpadcontroller.o .libs/libgtk_3_la-gtkpagesetup.o .libs/libgtk_3_la-gtkpaned.o .libs/libgtk_3_la-gtkpango.o .libs/libgtk_3_la-gtkpapersize.o .libs/libgtk_3_la-gtkpathbar.o .libs/libgtk_3_la-gtkplacessidebar.o .libs/libgtk_3_la-gtkplacesview.o .libs/libgtk_3_la-gtkplacesviewrow.o .libs/libgtk_3_la-gtkprintcontext.o .libs/libgtk_3_la-gtkprintoperation.o .libs/libgtk_3_la-gtkprintoperationpreview.o .libs/libgtk_3_la-gtkprintsettings.o .libs/libgtk_3_la-gtkprintutils.o .libs/libgtk_3_la-gtkprivate.o .libs/libgtk_3_la-gtkprivatetypebuiltins.o .libs/libgtk_3_la-gtkprogressbar.o .libs/libgtk_3_la-gtkprogresstracker.o .libs/libgtk_3_la-gtkpixelcache.o .libs/libgtk_3_la-gtkpopover.o .libs/libgtk_3_la-gtkpopovermenu.o .libs/libgtk_3_la-gtkradiobutton.o .libs/libgtk_3_la-gtkradiomenuitem.o .libs/libgtk_3_la-gtkradiotoolbutton.o .libs/libgtk_3_la-gtkrange.o .libs/libgtk_3_la-gtkrbtree.o .libs/libgtk_3_la-gtkrecentchooserdefault.o .libs/libgtk_3_la-gtkrecentchooserdialog.o .libs/libgtk_3_la-gtkrecentchoosermenu.o .libs/libgtk_3_la-gtkrecentchooserwidget.o .libs/libgtk_3_la-gtkrecentchooserutils.o .libs/libgtk_3_la-gtkrecentchooser.o .libs/libgtk_3_la-gtkrecentfilter.o .libs/libgtk_3_la-gtkrecentmanager.o .libs/libgtk_3_la-gtkrender.o .libs/libgtk_3_la-gtkrenderbackground.o .libs/libgtk_3_la-gtkrenderborder.o .libs/libgtk_3_la-gtkrendericon.o .libs/libgtk_3_la-gtkresources.o .libs/libgtk_3_la-gtkrevealer.o .libs/libgtk_3_la-gtkroundedbox.o .libs/libgtk_3_la-gtkscale.o .libs/libgtk_3_la-gtkscalebutton.o .libs/libgtk_3_la-gtkscrollable.o .libs/libgtk_3_la-gtkscrollbar.o .libs/libgtk_3_la-gtkscrolledwindow.o .libs/libgtk_3_la-gtkselection.o .libs/libgtk_3_la-gtkseparator.o .libs/libgtk_3_la-gtkseparatormenuitem.o .libs/libgtk_3_la-gtkseparatortoolitem.o .libs/libgtk_3_la-gtksettings.o .libs/libgtk_3_la-gtkshortcutsgroup.o .libs/libgtk_3_la-gtkshortcutlabel.o .libs/libgtk_3_la-gtkshortcutsshortcut.o .libs/libgtk_3_la-gtkshortcutssection.o .libs/libgtk_3_la-gtkshortcutswindow.o .libs/libgtk_3_la-gtksidebarrow.o .libs/libgtk_3_la-gtksizegroup.o .libs/libgtk_3_la-gtksizerequest.o .libs/libgtk_3_la-gtksizerequestcache.o .libs/libgtk_3_la-gtkshow.o .libs/libgtk_3_la-gtkstacksidebar.o .libs/libgtk_3_la-gtkspinbutton.o .libs/libgtk_3_la-gtkspinner.o .libs/libgtk_3_la-gtkstack.o .libs/libgtk_3_la-gtkstackswitcher.o .libs/libgtk_3_la-gtkstatusbar.o .libs/libgtk_3_la-gtkstyleanimation.o .libs/libgtk_3_la-gtkstylecascade.o .libs/libgtk_3_la-gtkstylecontext.o .libs/libgtk_3_la-gtkstyleproperty.o .libs/libgtk_3_la-gtkstyleprovider.o .libs/libgtk_3_la-gtkstyleproviderprivate.o .libs/libgtk_3_la-gtkswitch.o .libs/libgtk_3_la-gtktestutils.o .libs/libgtk_3_la-gtktextattributes.o .libs/libgtk_3_la-gtktextbtree.o .libs/libgtk_3_la-gtktextbuffer.o .libs/libgtk_3_la-gtktextbufferrichtext.o .libs/libgtk_3_la-gtktextbufferserialize.o .libs/libgtk_3_la-gtktextchild.o .libs/libgtk_3_la-gtktextdisplay.o .libs/libgtk_3_la-gtktexthandle.o .libs/libgtk_3_la-gtktextiter.o .libs/libgtk_3_la-gtktextlayout.o .libs/libgtk_3_la-gtktextmark.o .libs/libgtk_3_la-gtktextsegment.o .libs/libgtk_3_la-gtktexttag.o .libs/libgtk_3_la-gtktexttagtable.o .libs/libgtk_3_la-gtktexttypes.o .libs/libgtk_3_la-gtktextutil.o .libs/libgtk_3_la-gtktextview.o .libs/libgtk_3_la-gtktogglebutton.o .libs/libgtk_3_la-gtktoggletoolbutton.o .libs/libgtk_3_la-gtktoolbar.o .libs/libgtk_3_la-gtktoolbutton.o .libs/libgtk_3_la-gtktoolitem.o .libs/libgtk_3_la-gtktoolitemgroup.o .libs/libgtk_3_la-gtktoolpalette.o .libs/libgtk_3_la-gtktoolshell.o .libs/libgtk_3_la-gtktooltip.o .libs/libgtk_3_la-gtktooltipwindow.o .libs/libgtk_3_la-gtktrashmonitor.o .libs/libgtk_3_la-gtktreedatalist.o .libs/libgtk_3_la-gtktreednd.o .libs/libgtk_3_la-gtktreemenu.o .libs/libgtk_3_la-gtktreemodel.o .libs/libgtk_3_la-gtktreemodelfilter.o .libs/libgtk_3_la-gtktreemodelsort.o .libs/libgtk_3_la-gtktreeselection.o .libs/libgtk_3_la-gtktreesortable.o .libs/libgtk_3_la-gtktreestore.o .libs/libgtk_3_la-gtktreeview.o .libs/libgtk_3_la-gtktreeviewcolumn.o .libs/libgtk_3_la-gtktypebuiltins.o .libs/libgtk_3_la-gtkutils.o .libs/libgtk_3_la-gtkvolumebutton.o .libs/libgtk_3_la-gtkviewport.o .libs/libgtk_3_la-gtkwidget.o .libs/libgtk_3_la-gtkwidgetpath.o .libs/libgtk_3_la-gtkwindow.o .libs/libgtk_3_la-gtkwindowgroup.o .libs/libgtk_3_la-gtkwin32draw.o .libs/libgtk_3_la-gtkwin32theme.o .libs/libgtk_3_la-gdkpixbufutils.o .libs/libgtk_3_la-gtkclipboard.o .libs/libgtk_3_la-gtkdnd.o .libs/libgtk_3_la-gtkdragdest.o .libs/libgtk_3_la-gtkcustompaperunixdialog.o .libs/libgtk_3_la-gtkpagesetupunixdialog.o .libs/libgtk_3_la-gtkprinter.o .libs/libgtk_3_la-gtkprinteroption.o .libs/libgtk_3_la-gtkprinteroptionset.o .libs/libgtk_3_la-gtkprinteroptionwidget.o .libs/libgtk_3_la-gtkprintjob.o .libs/libgtk_3_la-gtkprintoperation-unix.o .libs/libgtk_3_la-gtkprintoperation-portal.o .libs/libgtk_3_la-gtkprintunixdialog.o .libs/libgtk_3_la-gtkprintbackend.o .libs/libgtk_3_la-gtksearchenginetracker.o .libs/libgtk_3_la-gtkplug.o .libs/libgtk_3_la-gtksocket.o .libs/libgtk_3_la-gtkxembed.o deprecated/.libs/libgtk_3_la-gtktrayicon-x11.o .libs/libgtk_3_la-gtkapplication-x11.o .libs/libgtk_3_la-gtkmountoperation-x11.o .libs/libgtk_3_la-gtkapplication-dbus.o .libs/libgtk_3_la-gtkdbusgenerated.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk/.libs ../gdk/.libs/libgdk-3.so -lgmodule-2.0 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-O1 -Wl,--export-dynamic -pthread   -pthread -Wl,-soname -Wl,libgtk-3.so.0 -o .libs/libgtk-3.so.0.2200.11
libtool: link: (cd ".libs" && rm -f "libgtk-3.so.0" && ln -s "libgtk-3.so.0.2200.11" "libgtk-3.so.0")
libtool: link: (cd ".libs" && rm -f "libgtk-3.so" && ln -s "libgtk-3.so.0.2200.11" "libgtk-3.so")
libtool: link: ( cd ".libs" && rm -f "libgtk-3.la" && ln -s "../libgtk-3.la" "libgtk-3.la" )
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o queryimmodules.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/queryimmodules.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkutils.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkutils.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk-query-immodules-3.0 queryimmodules.o gtkutils.o libgtk-3.la ../gdk/libgdk-3.la -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk-query-immodules-3.0 queryimmodules.o gtkutils.o -Wl,--export-dynamic -pthread  ./.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lgmodule-2.0 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o updateiconcache.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/updateiconcache.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk-update-icon-cache updateiconcache.o -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o gtk-update-icon-cache updateiconcache.o  -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o encodesymbolic.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/encodesymbolic.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk-encode-symbolic-svg encodesymbolic.o -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk-encode-symbolic-svg encodesymbolic.o  ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtk-builder-tool.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-builder-tool.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk-builder-tool gtk-builder-tool.o libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk-builder-tool gtk-builder-tool.o  ./.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtk-query-settings.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-query-settings.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk-query-settings gtk-query-settings.o libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk-query-settings gtk-query-settings.o  ./.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I..  -DG_LOG_DOMAIN=\"Gtk\" -DG_LOG_USE_STRUCTURED=1 -DGTK_VERSION=\"3.22.11\" -DGTK_BINARY_VERSION=\"3.0.0\" -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_LOCALEDIR=\"/usr/share/locale\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_HOST=\"arm-unknown-linux-gnueabihf\" -DGTK_PRINT_BACKENDS=\"file,cups\" -DX11_DATA_PREFIX=\"/usr\" -I.. -I../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -fvisibility=hidden -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtk-launch.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-launch.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk-launch gtk-launch.o libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk-launch gtk-launch.o  ./.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.FileChooser.gschema.xml && mkdir -p . && touch org.gtk.Settings.FileChooser.gschema.valid
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.ColorChooser.gschema.xml && mkdir -p . && touch org.gtk.Settings.ColorChooser.gschema.valid
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.Debug.gschema.xml && mkdir -p . && touch org.gtk.Settings.Debug.gschema.valid
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk'
Making all in libgail-util
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libgail-util'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../gtk  -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgailutil_3_la-gailmisc.lo `test -f 'gailmisc.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util/'`gailmisc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util -I.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../gtk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util/gailmisc.c  -fPIC -DPIC -o .libs/libgailutil_3_la-gailmisc.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../gtk  -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgailutil_3_la-gailtextutil.lo `test -f 'gailtextutil.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util/'`gailtextutil.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util -I.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../gtk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util/gailtextutil.c  -fPIC -DPIC -o .libs/libgailutil_3_la-gailtextutil.o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -version-info 0:0:0  -Wl,-z,relro -Wl,-O1 -Wl,-z,relro -Wl,-O1 -o libgailutil-3.la -rpath /usr/lib/arm-linux-gnueabihf libgailutil_3_la-gailmisc.lo libgailutil_3_la-gailtextutil.lo ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgailutil_3_la-gailmisc.o .libs/libgailutil_3_la-gailtextutil.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk/.libs ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1 -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libgailutil-3.so.0 -o .libs/libgailutil-3.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libgailutil-3.so.0" && ln -s "libgailutil-3.so.0.0.0" "libgailutil-3.so.0")
libtool: link: (cd ".libs" && rm -f "libgailutil-3.so" && ln -s "libgailutil-3.so.0.0.0" "libgailutil-3.so")
libtool: link: ( cd ".libs" && rm -f "libgailutil-3.la" && ln -s "../libgailutil-3.la" "libgailutil-3.la" )
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libgail-util'
Making all in modules
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules'
Making all in input
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imam-et.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imam-et.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imam-et.c  -fPIC -DPIC -o .libs/imam-et.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-am-et.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imam-et.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imam-et.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-am-et.so -o .libs/im-am-et.so
libtool: link: ( cd ".libs" && rm -f "im-am-et.la" && ln -s "../im-am-et.la" "im-am-et.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imcedilla.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imcedilla.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imcedilla.c  -fPIC -DPIC -o .libs/imcedilla.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-cedilla.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imcedilla.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imcedilla.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-cedilla.so -o .libs/im-cedilla.so
libtool: link: ( cd ".libs" && rm -f "im-cedilla.la" && ln -s "../im-cedilla.la" "im-cedilla.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imcyrillic-translit.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imcyrillic-translit.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imcyrillic-translit.c  -fPIC -DPIC -o .libs/imcyrillic-translit.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-cyrillic-translit.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imcyrillic-translit.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imcyrillic-translit.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-cyrillic-translit.so -o .libs/im-cyrillic-translit.so
libtool: link: ( cd ".libs" && rm -f "im-cyrillic-translit.la" && ln -s "../im-cyrillic-translit.la" "im-cyrillic-translit.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o iminuktitut.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/iminuktitut.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/iminuktitut.c  -fPIC -DPIC -o .libs/iminuktitut.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-inuktitut.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules iminuktitut.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/iminuktitut.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-inuktitut.so -o .libs/im-inuktitut.so
libtool: link: ( cd ".libs" && rm -f "im-inuktitut.la" && ln -s "../im-inuktitut.la" "im-inuktitut.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imipa.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imipa.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imipa.c  -fPIC -DPIC -o .libs/imipa.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-ipa.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imipa.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imipa.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-ipa.so -o .libs/im-ipa.so
libtool: link: ( cd ".libs" && rm -f "im-ipa.la" && ln -s "../im-ipa.la" "im-ipa.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -DMULTIPRESS_LOCALEDIR=\"""\" -DMULTIPRESS_CONFDIR=\""/etc/gtk-2.0"\" -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o im_multipress_la-gtkimcontextmultipress.lo `test -f 'gtkimcontextmultipress.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/'`gtkimcontextmultipress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -DMULTIPRESS_LOCALEDIR=\"\" -DMULTIPRESS_CONFDIR=\"/etc/gtk-2.0\" -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/gtkimcontextmultipress.c  -fPIC -DPIC -o .libs/im_multipress_la-gtkimcontextmultipress.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -DMULTIPRESS_LOCALEDIR=\"""\" -DMULTIPRESS_CONFDIR=\""/etc/gtk-2.0"\" -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o im_multipress_la-immultipress.lo `test -f 'immultipress.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/'`immultipress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -DMULTIPRESS_LOCALEDIR=\"\" -DMULTIPRESS_CONFDIR=\"/etc/gtk-2.0\" -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/immultipress.c  -fPIC -DPIC -o .libs/im_multipress_la-immultipress.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-multipress.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules im_multipress_la-gtkimcontextmultipress.lo im_multipress_la-immultipress.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/im_multipress_la-gtkimcontextmultipress.o .libs/im_multipress_la-immultipress.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-multipress.so -o .libs/im-multipress.so
libtool: link: ( cd ".libs" && rm -f "im-multipress.la" && ln -s "../im-multipress.la" "im-multipress.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o thai-charprop.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/thai-charprop.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/thai-charprop.c  -fPIC -DPIC -o .libs/thai-charprop.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkimcontextthai.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/gtkimcontextthai.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/gtkimcontextthai.c  -fPIC -DPIC -o .libs/gtkimcontextthai.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imthai.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imthai.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imthai.c  -fPIC -DPIC -o .libs/imthai.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-thai.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules thai-charprop.lo gtkimcontextthai.lo imthai.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/thai-charprop.o .libs/gtkimcontextthai.o .libs/imthai.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-thai.so -o .libs/im-thai.so
libtool: link: ( cd ".libs" && rm -f "im-thai.la" && ln -s "../im-thai.la" "im-thai.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imti-er.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imti-er.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imti-er.c  -fPIC -DPIC -o .libs/imti-er.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-ti-er.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imti-er.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imti-er.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-ti-er.so -o .libs/im-ti-er.so
libtool: link: ( cd ".libs" && rm -f "im-ti-er.la" && ln -s "../im-ti-er.la" "im-ti-er.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imti-et.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imti-et.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imti-et.c  -fPIC -DPIC -o .libs/imti-et.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-ti-et.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imti-et.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imti-et.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-ti-et.so -o .libs/im-ti-et.so
libtool: link: ( cd ".libs" && rm -f "im-ti-et.la" && ln -s "../im-ti-et.la" "im-ti-et.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imviqr.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imviqr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imviqr.c  -fPIC -DPIC -o .libs/imviqr.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-viqr.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imviqr.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/imviqr.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-viqr.so -o .libs/im-viqr.so
libtool: link: ( cd ".libs" && rm -f "im-viqr.la" && ln -s "../im-viqr.la" "im-viqr.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkimcontextxim.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/gtkimcontextxim.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/gtkimcontextxim.c  -fPIC -DPIC -o .libs/gtkimcontextxim.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DGTK_COMPILATION  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o imxim.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imxim.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input -I../.. -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DGTK_COMPILATION -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/imxim.c  -fPIC -DPIC -o .libs/imxim.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o im-xim.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules gtkimcontextxim.lo imxim.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/gtkimcontextxim.o .libs/imxim.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-xim.so -o .libs/im-xim.so
libtool: link: ( cd ".libs" && rm -f "im-xim.la" && ln -s "../im-xim.la" "im-xim.la" )
../../gtk/gtk-query-immodules-3.0 im-am-et.la im-cedilla.la im-cyrillic-translit.la  im-inuktitut.la im-ipa.la im-multipress.la   im-thai.la im-ti-er.la im-ti-et.la im-viqr.la im-xim.la > immodules.cache
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input'
Making all in printbackends
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends'
Making all in file
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/file'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/file -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED  -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libprintbackend_file_la-gtkprintbackendfile.lo `test -f 'gtkprintbackendfile.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/file/'`gtkprintbackendfile.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/file -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/file/gtkprintbackendfile.c  -fPIC -DPIC -o .libs/libprintbackend_file_la-gtkprintbackendfile.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o libprintbackend-file.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends libprintbackend_file_la-gtkprintbackendfile.lo ../../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libprintbackend_file_la-gtkprintbackendfile.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-file.so -o .libs/libprintbackend-file.so
libtool: link: ( cd ".libs" && rm -f "libprintbackend-file.la" && ln -s "../libprintbackend-file.la" "libprintbackend-file.la" )
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/file'
Making all in lpr
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/lpr'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/lpr -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkprintbackendlpr.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/lpr/gtkprintbackendlpr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/lpr -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/lpr/gtkprintbackendlpr.c  -fPIC -DPIC -o .libs/gtkprintbackendlpr.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o libprintbackend-lpr.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends gtkprintbackendlpr.lo ../../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/gtkprintbackendlpr.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-lpr.so -o .libs/libprintbackend-lpr.so
libtool: link: ( cd ".libs" && rm -f "libprintbackend-lpr.la" && ln -s "../libprintbackend-lpr.la" "libprintbackend-lpr.la" )
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/lpr'
Making all in cups
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/cups'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk   -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkprintbackendcups.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkprintbackendcups.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkprintbackendcups.c  -fPIC -DPIC -o .libs/gtkprintbackendcups.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk   -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkprintercups.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkprintercups.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkprintercups.c  -fPIC -DPIC -o .libs/gtkprintercups.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk   -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkcupsutils.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkcupsutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkcupsutils.c  -fPIC -DPIC -o .libs/gtkcupsutils.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk   -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkcupssecretsutils.lo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkcupssecretsutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_COMPILATION -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/cups/gtkcupssecretsutils.c  -fPIC -DPIC -o .libs/gtkcupssecretsutils.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o libprintbackend-cups.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends gtkprintbackendcups.lo gtkprintercups.lo gtkcupsutils.lo gtkcupssecretsutils.lo ../../../gtk/libgtk-3.la  -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lcups 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/gtkprintbackendcups.o .libs/gtkprintercups.o .libs/gtkcupsutils.o .libs/gtkcupssecretsutils.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lcups  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-cups.so -o .libs/libprintbackend-cups.so
libtool: link: ( cd ".libs" && rm -f "libprintbackend-cups.la" && ln -s "../libprintbackend-cups.la" "libprintbackend-cups.la" )
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/cups'
Making all in test
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/test'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test -I../../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED  -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libprintbackend_test_la-gtkprintbackendtest.lo `test -f 'gtkprintbackendtest.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test/'`gtkprintbackendtest.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test -I../../.. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -I../../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test/gtkprintbackendtest.c  -fPIC -DPIC -o .libs/libprintbackend_test_la-gtkprintbackendtest.o
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test/gtkprintbackendtest.c: In function ���gtk_print_backend_test_print_stream���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test/gtkprintbackendtest.c:408:15: warning: variable ���printer��� set but not used [-Wunused-but-set-variable]
   GtkPrinter *printer;
               ^~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test/gtkprintbackendtest.c: In function ���test_printer_get_options���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/printbackends/test/gtkprintbackendtest.c:495:16: warning: variable ���format��� set but not used [-Wunused-but-set-variable]
   OutputFormat format;
                ^~~~~~
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o libprintbackend-test.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends libprintbackend_test_la-gtkprintbackendtest.lo ../../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libprintbackend_test_la-gtkprintbackendtest.o   -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs ../../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-test.so -o .libs/libprintbackend-test.so
libtool: link: ( cd ".libs" && rm -f "libprintbackend-test.la" && ln -s "../libprintbackend-test.la" "libprintbackend-test.la" )
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/test'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules'
Making all in demos
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos'
Making all in gtk-demo
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/gtk-demo'
Failed to open file './demo.gresource.xml': No such file or directory
Failed to open file './demo.gresource.xml': No such file or directory
(here=`pwd` ; cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo && /usr/bin/perl $here/geninclude.pl application_demo.c assistant.c builder.c button_box.c changedisplay.c clipboard.c colorsel.c combobox.c css_accordion.c css_basics.c css_blendmodes.c css_multiplebgs.c css_pixbufs.c css_shadows.c cursors.c dialog.c drawingarea.c editable_cells.c entry_buffer.c entry_completion.c event_axes.c expander.c filtermodel.c fishbowl.c foreigndrawing.c gestures.c glarea.c headerbar.c hypertext.c iconview.c iconview_edit.c images.c infobar.c links.c listbox.c flowbox.c list_store.c markup.c menus.c modelbutton.c offscreen_window.c offscreen_window2.c overlay.c overlay2.c panes.c pickers.c pixbufs.c popover.c printing.c revealer.c rotated_text.c scale.c search_entry.c search_entry2.c shortcuts.c sidebar.c sizegroup.c spinbutton.c spinner.c stack.c tabs.c textmask.c textview.c textscroll.c theming_style_classes.c toolpalette.c transparent.c tree_store.c font_features.c pagesetup.c) > demos.h
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/gtk-demo'
Failed to open file './demo.gresource.xml': No such file or directory
Failed to open file './demo.gresource.xml': No such file or directory
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o application_demo.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/application_demo.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o assistant.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/assistant.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o builder.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/builder.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o button_box.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/button_box.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o changedisplay.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/changedisplay.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o clipboard.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/clipboard.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o colorsel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/colorsel.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o combobox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/combobox.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o css_accordion.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/css_accordion.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o css_basics.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/css_basics.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o css_blendmodes.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/css_blendmodes.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o css_multiplebgs.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/css_multiplebgs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o css_pixbufs.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/css_pixbufs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o css_shadows.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/css_shadows.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o cursors.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/cursors.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o dialog.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/dialog.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o drawingarea.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/drawingarea.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o editable_cells.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/editable_cells.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o entry_buffer.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/entry_buffer.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o entry_completion.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/entry_completion.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o event_axes.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/event_axes.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/event_axes.c: In function ���draw_device_info���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/event_axes.c:441:54: warning: format ���%lx��� expects argument of type ���long unsigned int���, but argument 3 has type ���guint64 {aka long long unsigned int}��� [-Wformat=]
         g_string_append_printf (string, ", Serial: %lx", serial);
                                                      ^
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o expander.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/expander.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o filtermodel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/filtermodel.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o fishbowl.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/fishbowl.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o foreigndrawing.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/foreigndrawing.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gestures.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/gestures.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o glarea.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/glarea.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o headerbar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/headerbar.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o hypertext.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/hypertext.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o iconview.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/iconview.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o iconview_edit.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/iconview_edit.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o images.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/images.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o infobar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/infobar.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o links.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/links.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o listbox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/listbox.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o flowbox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/flowbox.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o list_store.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/list_store.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o markup.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/markup.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o menus.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/menus.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o modelbutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/modelbutton.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o offscreen_window.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/offscreen_window.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o offscreen_window2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/offscreen_window2.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o overlay.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/overlay.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o overlay2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/overlay2.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o panes.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/panes.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o pickers.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/pickers.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o pixbufs.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/pixbufs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o popover.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/popover.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o printing.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/printing.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o revealer.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/revealer.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o rotated_text.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/rotated_text.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o scale.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/scale.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o search_entry.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/search_entry.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o search_entry2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/search_entry2.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o shortcuts.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/shortcuts.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o sidebar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/sidebar.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o sizegroup.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/sizegroup.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o spinbutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/spinbutton.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o spinner.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/spinner.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o stack.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/stack.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o tabs.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/tabs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o textmask.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/textmask.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o textview.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/textview.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o textscroll.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/textscroll.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o theming_style_classes.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/theming_style_classes.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o toolpalette.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/toolpalette.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o transparent.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/transparent.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o tree_store.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/tree_store.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o font_features.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/font_features.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o pagesetup.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/pagesetup.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkfishbowl.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/gtkfishbowl.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o demo_resources.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/demo_resources.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o main.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/main.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -export-dynamic -Wl,-z,relro -Wl,-O1 -o gtk3-demo application_demo.o assistant.o builder.o button_box.o changedisplay.o clipboard.o colorsel.o combobox.o css_accordion.o css_basics.o css_blendmodes.o css_multiplebgs.o css_pixbufs.o css_shadows.o cursors.o dialog.o drawingarea.o editable_cells.o entry_buffer.o entry_completion.o event_axes.o expander.o filtermodel.o fishbowl.o foreigndrawing.o gestures.o glarea.o headerbar.o hypertext.o iconview.o iconview_edit.o images.o infobar.o links.o listbox.o flowbox.o list_store.o markup.o menus.o modelbutton.o offscreen_window.o offscreen_window2.o overlay.o overlay2.o panes.o pickers.o pixbufs.o popover.o printing.o revealer.o rotated_text.o scale.o search_entry.o search_entry2.o shortcuts.o sidebar.o sizegroup.o spinbutton.o spinner.o stack.o tabs.o textmask.o textview.o textscroll.o theming_style_classes.o toolpalette.o transparent.o tree_store.o font_features.o pagesetup.o gtkfishbowl.o demo_resources.o main.o  ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm -lharfbuzz -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk3-demo application_demo.o assistant.o builder.o button_box.o changedisplay.o clipboard.o colorsel.o combobox.o css_accordion.o css_basics.o css_blendmodes.o css_multiplebgs.o css_pixbufs.o css_shadows.o cursors.o dialog.o drawingarea.o editable_cells.o entry_buffer.o entry_completion.o event_axes.o expander.o filtermodel.o fishbowl.o foreigndrawing.o gestures.o glarea.o headerbar.o hypertext.o iconview.o iconview_edit.o images.o infobar.o links.o listbox.o flowbox.o list_store.o markup.o menus.o modelbutton.o offscreen_window.o offscreen_window2.o overlay.o overlay2.o panes.o pickers.o pixbufs.o popover.o printing.o revealer.o rotated_text.o scale.o search_entry.o search_entry2.o shortcuts.o sidebar.o sizegroup.o spinbutton.o spinner.o stack.o tabs.o textmask.o textview.o textscroll.o theming_style_classes.o toolpalette.o transparent.o tree_store.o font_features.o pagesetup.o gtkfishbowl.o demo_resources.o main.o -Wl,--export-dynamic  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lharfbuzz -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o application.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/application.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk3-demo-application application.o demo_resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm -lharfbuzz -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk3-demo-application application.o demo_resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lharfbuzz -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/org.gtk.Demo.gschema.xml && mkdir -p . && touch org.gtk.Demo.gschema.valid
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/gtk-demo'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/gtk-demo'
Making all in widget-factory
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/widget-factory'
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/widget-factory'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtk3_widget_factory-widget-factory.o `test -f 'widget-factory.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/'`widget-factory.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include    -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtk3_widget_factory-widget_factory_resources.o `test -f 'widget_factory_resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/'`widget_factory_resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk3-widget-factory gtk3_widget_factory-widget-factory.o gtk3_widget_factory-widget_factory_resources.o ../../gdk/libgdk-3.la ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk3-widget-factory gtk3_widget_factory-widget-factory.o gtk3_widget_factory-widget_factory_resources.o  ../../gdk/.libs/libgdk-3.so ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/widget-factory'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/widget-factory'
Making all in icon-browser
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/icon-browser'
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/icon-browser'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o main.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser/main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o iconbrowserapp.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser/iconbrowserapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o iconbrowserwin.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser/iconbrowserwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o iconstore.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser/iconstore.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o resources.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser/resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtk3-icon-browser main.o iconbrowserapp.o iconbrowserwin.o iconstore.o resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtk3-icon-browser main.o iconbrowserapp.o iconbrowserwin.o iconstore.o resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/icon-browser'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/icon-browser'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos'
Making all in tests
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests'
Making all in visuals
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests/visuals'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/visuals -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o visuals.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/visuals/visuals.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o visuals visuals.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/visuals visuals.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests/visuals'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o overlayscroll.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/overlayscroll.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o overlayscroll overlayscroll.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/overlayscroll overlayscroll.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o syncscroll.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/syncscroll.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o syncscroll syncscroll.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/syncscroll syncscroll.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o subsurface.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/subsurface.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o subsurface subsurface.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/subsurface subsurface.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o animated-resizing.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/animated-resizing.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/animated-resizing.c: In function ���main���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/animated-resizing.c:208:3: warning: ���gdk_screen_get_monitor_geometry��� is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations]
   gdk_screen_get_monitor_geometry (screen,
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/animated-resizing.c:3:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:78:14: note: declared here
 void         gdk_screen_get_monitor_geometry  (GdkScreen    *screen,
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/animated-resizing.c:209:36: warning: ���gdk_screen_get_primary_monitor��� is deprecated: Use 'gdk_display_get_primary_monitor' instead [-Wdeprecated-declarations]
                                    gdk_screen_get_primary_monitor (screen),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/animated-resizing.c:3:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:76:14: note: declared here
 gint         gdk_screen_get_primary_monitor   (GdkScreen    *screen);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o frame-stats.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/frame-stats.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o variable.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/variable.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o animated-resizing animated-resizing.o frame-stats.o variable.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/animated-resizing animated-resizing.o frame-stats.o variable.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o animated-revealing.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/animated-revealing.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o animated-revealing animated-revealing.o frame-stats.o variable.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/animated-revealing animated-revealing.o frame-stats.o variable.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o motion-compression.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/motion-compression.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o motion-compression motion-compression.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/motion-compression motion-compression.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o scrolling-performance.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/scrolling-performance.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o scrolling-performance scrolling-performance.o frame-stats.o variable.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/scrolling-performance scrolling-performance.o frame-stats.o variable.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o blur-performance.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/blur-performance.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkcairoblur.o `test -f '../gtk/gtkcairoblur.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/'`../gtk/gtkcairoblur.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o blur-performance blur-performance.o gtkcairoblur.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/blur-performance blur-performance.o gtkcairoblur.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o simple.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/simple.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o simple simple.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/simple simple.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o flicker.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/flicker.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o flicker flicker.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/flicker flicker.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o print-editor.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/print-editor.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o print-editor print-editor.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/print-editor print-editor.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o video-timer.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/video-timer.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o video-timer video-timer.o variable.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/video-timer video-timer.o variable.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testaccel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testaccel.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testaccel testaccel.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testaccel testaccel.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testadjustsize.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testadjustsize.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testadjustsize testadjustsize.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testadjustsize testadjustsize.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testappchooser.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testappchooser.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testappchooser testappchooser.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testappchooser testappchooser.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testappchooserbutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testappchooserbutton.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testappchooserbutton testappchooserbutton.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testappchooserbutton testappchooserbutton.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testassistant.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testassistant.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testassistant testassistant.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testassistant testassistant.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testbaseline.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testbaseline.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testbaseline testbaseline.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testbaseline testbaseline.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testbbox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testbbox.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testbbox testbbox.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testbbox testbbox.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testbox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testbox.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testbox testbox.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testbox testbox.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testboxcss.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testboxcss.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testboxcss testboxcss.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testboxcss testboxcss.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testbuttons.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testbuttons.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testbuttons testbuttons.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testbuttons testbuttons.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcairo.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcairo.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcairo testcairo.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcairo testcairo.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcalendar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcalendar.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcalendar testcalendar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcalendar testcalendar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testclipboard.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testclipboard.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testclipboard testclipboard.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testclipboard testclipboard.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcolorchooser.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcolorchooser.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcolorchooser testcolorchooser.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcolorchooser testcolorchooser.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcolorchooser2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcolorchooser2.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcolorchooser2 testcolorchooser2.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcolorchooser2 testcolorchooser2.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcombo.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcombo.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcombo testcombo.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcombo testcombo.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcombochange.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcombochange.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcombochange testcombochange.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcombochange testcombochange.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcellrenderertext.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcellrenderertext.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcellrenderertext testcellrenderertext.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcellrenderertext testcellrenderertext.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testdialog.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testdialog.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testdialog testdialog.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testdialog testdialog.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testdnd.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testdnd.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testdnd testdnd.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testdnd testdnd.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testdnd2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testdnd2.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testdnd2 testdnd2.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testdnd2 testdnd2.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testellipsise.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testellipsise.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testellipsise testellipsise.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testellipsise testellipsise.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testemblems.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testemblems.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testemblems testemblems.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testemblems testemblems.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testentrycompletion.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testentrycompletion.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testentrycompletion testentrycompletion.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testentrycompletion testentrycompletion.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testentryicons.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testentryicons.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testentryicons testentryicons.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testentryicons testentryicons.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfilechooser.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfilechooser.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfilechooser testfilechooser.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfilechooser testfilechooser.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfilechooserbutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfilechooserbutton.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfilechooserbutton testfilechooserbutton.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfilechooserbutton testfilechooserbutton.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testflowbox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testflowbox.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testflowbox testflowbox.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testflowbox testflowbox.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfontselection.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfontselection.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfontselection testfontselection.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfontselection testfontselection.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfontselectiondialog.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfontselectiondialog.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfontselectiondialog testfontselectiondialog.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfontselectiondialog testfontselectiondialog.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfontchooser.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfontchooser.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfontchooser testfontchooser.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfontchooser testfontchooser.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfontoptions.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfontoptions.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfontoptions testfontoptions.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfontoptions testfontoptions.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfontchooserdialog.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfontchooserdialog.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfontchooserdialog testfontchooserdialog.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfontchooserdialog testfontchooserdialog.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testframe.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testframe.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testframe testframe.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testframe testframe.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testfullscreen.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testfullscreen.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testfullscreen testfullscreen.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testfullscreen testfullscreen.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testgeometry.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgeometry.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testgeometry testgeometry.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testgeometry testgeometry.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testgiconpixbuf.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgiconpixbuf.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testgiconpixbuf testgiconpixbuf.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testgiconpixbuf testgiconpixbuf.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testglarea.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testglarea.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testglarea testglarea.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testglarea testglarea.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testglblending.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testglblending.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkgears.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/gtkgears.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testglblending testglblending.o gtkgears.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testglblending testglblending.o gtkgears.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testgrid.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgrid.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testgrid testgrid.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testgrid testgrid.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testgtk.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c: In function ���on_alpha_window_draw���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:159:7: warning: ���gtk_widget_is_composited��� is deprecated: Use 'gdk_screen_is_composited' instead [-Wdeprecated-declarations]
       gtk_widget_is_composited (widget))
       ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplication.h:27:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindow.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdialog.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaboutdialog.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidget.h:1247:10: note: declared here
 gboolean gtk_widget_is_composited (GtkWidget *widget);
          ^~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c: In function ���on_composited_changed���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:254:3: warning: ���gtk_widget_is_composited��� is deprecated: Use 'gdk_screen_is_composited' instead [-Wdeprecated-declarations]
   gboolean is_composited = gtk_widget_is_composited (window);
   ^~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplication.h:27:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindow.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdialog.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaboutdialog.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidget.h:1247:10: note: declared here
 gboolean gtk_widget_is_composited (GtkWidget *widget);
          ^~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c: In function ���pattern_set_bg���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:453:3: warning: ���gdk_window_set_background_rgba��� is deprecated [-Wdeprecated-declarations]
   gdk_window_set_background_rgba (child, &colors[level]);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h:28:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h:778:15: note: declared here
 void          gdk_window_set_background_rgba (GdkWindow     *window,
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c: In function ���get_screen_corner���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7646:7: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
       *x = gdk_screen_get_width (screen) - w;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7647:7: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
       *y = gdk_screen_get_height (screen) - h;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7651:7: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
       *x = gdk_screen_get_width (screen) - w;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7657:7: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
       *y = gdk_screen_get_height (screen) - h;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7666:7: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
       *x = (gdk_screen_get_width (screen) - w) / 2;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7667:7: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
       *y = gdk_screen_get_height (screen) - h;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7671:7: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
       *x = (gdk_screen_get_width (screen) - w) / 2;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7677:7: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
       *y = (gdk_screen_get_height (screen) - h) / 2;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7681:7: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
       *x = gdk_screen_get_width (screen) - w;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7682:7: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
       *y = (gdk_screen_get_height (screen) - h) / 2;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7686:7: warning: ���gdk_screen_get_width��� is deprecated [-Wdeprecated-declarations]
       *x = (gdk_screen_get_width (screen) - w) / 2;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:7687:7: warning: ���gdk_screen_get_height��� is deprecated [-Wdeprecated-declarations]
       *y = (gdk_screen_get_height (screen) - h) / 2;
       ^
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c: In function ���scroll_test_adjustment_changed���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:8929:3: warning: ���gdk_window_process_updates��� is deprecated [-Wdeprecated-declarations]
   gdk_window_process_updates (window, FALSE);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h:28:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgtk.c:40:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h:1060:12: note: declared here
 void       gdk_window_process_updates     (GdkWindow    *window,
            ^~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testgtk testgtk.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testgtk testgtk.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testheaderbar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testheaderbar.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testheaderbar testheaderbar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testheaderbar testheaderbar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testheightforwidth.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testheightforwidth.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testheightforwidth testheightforwidth.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testheightforwidth testheightforwidth.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testiconview.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testiconview.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testiconview.c: In function ���do_popup_menu���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testiconview.c:381:3: warning: ���gtk_menu_popup��� is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
   gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL, NULL,
   ^~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklabel.h:34:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccellabel.h:35,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testiconview.c:18:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenu.h:138:9: note: declared here
 void    gtk_menu_popup    (GtkMenu        *menu,
         ^~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testiconview testiconview.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testiconview testiconview.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testiconview-keynav.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testiconview-keynav.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testiconview-keynav testiconview-keynav.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testiconview-keynav testiconview-keynav.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testicontheme.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testicontheme.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testicontheme testicontheme.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testicontheme testicontheme.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testimage.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testimage.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testimage testimage.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testimage testimage.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testinput.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testinput.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testinput.c: In function ���draw_brush���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testinput.c:163:3: warning: ���gdk_window_process_updates��� is deprecated [-Wdeprecated-declarations]
   gdk_window_process_updates (gtk_widget_get_window (widget), TRUE);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h:28:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testinput.c:27:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h:1060:12: note: declared here
 void       gdk_window_process_updates     (GdkWindow    *window,
            ^~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testinput testinput.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testinput testinput.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testkineticscrolling.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testkineticscrolling.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testkineticscrolling testkineticscrolling.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testkineticscrolling testkineticscrolling.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testlist.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testlist.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testlist testlist.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testlist testlist.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testlist2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testlist2.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testlist2 testlist2.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testlist2 testlist2.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testlist3.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testlist3.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testlist3 testlist3.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testlist3 testlist3.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testlevelbar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testlevelbar.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testlevelbar testlevelbar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testlevelbar testlevelbar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testlockbutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testlockbutton.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testlockbutton testlockbutton.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testlockbutton testlockbutton.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testmenubutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testmenubutton.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testmenubutton testmenubutton.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testmenubutton testmenubutton.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testmountoperation.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testmountoperation.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testmountoperation testmountoperation.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testmountoperation testmountoperation.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testmultidisplay.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testmultidisplay.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testmultidisplay testmultidisplay.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testmultidisplay testmultidisplay.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testnotebookdnd.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testnotebookdnd.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testnotebookdnd testnotebookdnd.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testnotebookdnd testnotebookdnd.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testnumerableicon.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testnumerableicon.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testnumerableicon testnumerableicon.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testnumerableicon testnumerableicon.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testnouiprint.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testnouiprint.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testnouiprint testnouiprint.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testnouiprint testnouiprint.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkoffscreenbox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/gtkoffscreenbox.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testoffscreen.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testoffscreen.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testoffscreen gtkoffscreenbox.o testoffscreen.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testoffscreen gtkoffscreenbox.o testoffscreen.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testoffscreenwindow.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testoffscreenwindow.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testoffscreenwindow testoffscreenwindow.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testoffscreenwindow testoffscreenwindow.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testorientable.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testorientable.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testorientable testorientable.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testorientable testorientable.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testoverlay.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testoverlay.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testoverlay testoverlay.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testoverlay testoverlay.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testoverlaystyleclass.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testoverlaystyleclass.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testoverlaystyleclass testoverlaystyleclass.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testoverlaystyleclass testoverlaystyleclass.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testprint.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testprint.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testprintfileoperation.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testprintfileoperation.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testprint testprint.o testprintfileoperation.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testprint testprint.o testprintfileoperation.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testrecentchooser.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testrecentchooser.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testrecentchooser testrecentchooser.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testrecentchooser testrecentchooser.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testrecentchoosermenu.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testrecentchoosermenu.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testrecentchoosermenu testrecentchoosermenu.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testrecentchoosermenu testrecentchoosermenu.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testrichtext.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testrichtext.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testrichtext testrichtext.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testrichtext testrichtext.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testscale.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testscale.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testscale testscale.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testscale testscale.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testselection.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testselection.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testselection testselection.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testselection testselection.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testselectionmode.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testselectionmode.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testselectionmode testselectionmode.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testselectionmode testselectionmode.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testsocket.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testsocket.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testsocket_common.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testsocket_common.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testsocket testsocket.o testsocket_common.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testsocket testsocket.o testsocket_common.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testsocket_child.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testsocket_child.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testsocket_child testsocket_child.o testsocket_common.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testsocket_child testsocket_child.o testsocket_common.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testspinbutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testspinbutton.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testspinbutton testspinbutton.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testspinbutton testspinbutton.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o teststatusicon.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/teststatusicon.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o teststatusicon teststatusicon.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/teststatusicon teststatusicon.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o teststockbuttonmenu.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/teststockbuttonmenu.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o teststockbuttonmenu teststockbuttonmenu.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/teststockbuttonmenu teststockbuttonmenu.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtoolbar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoolbar.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoolbar.c: In function ���popup_context_menu���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoolbar.c:404:7: warning: ���gtk_menu_popup��� is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
       gtk_menu_popup (menu, NULL, NULL, position_function,
       ^~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklabel.h:34:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccellabel.h:35,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoolbar.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenu.h:138:9: note: declared here
 void    gtk_menu_popup    (GtkMenu        *menu,
         ^~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoolbar.c:408:5: warning: ���gtk_menu_popup��� is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
     gtk_menu_popup (menu, NULL, NULL, NULL, NULL, 0, gtk_get_current_event_time());
     ^~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklabel.h:34:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccellabel.h:35,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoolbar.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenu.h:138:9: note: declared here
 void    gtk_menu_popup    (GtkMenu        *menu,
         ^~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtoolbar testtoolbar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtoolbar testtoolbar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtoolbar2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoolbar2.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtoolbar2 testtoolbar2.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtoolbar2 testtoolbar2.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o stresstest-toolbar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/stresstest-toolbar.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o stresstest-toolbar stresstest-toolbar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/stresstest-toolbar stresstest-toolbar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreechanging.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreechanging.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreechanging testtreechanging.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreechanging testtreechanging.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreednd.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreednd.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreednd testtreednd.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreednd testtreednd.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreeedit.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreeedit.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreeedit testtreeedit.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreeedit testtreeedit.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreemodel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreemodel.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreemodel testtreemodel.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreemodel testtreemodel.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreeview.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreeview.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreeview testtreeview.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreeview testtreeview.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreefocus.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreefocus.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreefocus testtreefocus.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreefocus testtreefocus.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreeflow.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreeflow.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreeflow testtreeflow.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreeflow testtreeflow.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreecolumns.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreecolumns.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreecolumns testtreecolumns.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreecolumns testtreecolumns.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreecolumnsizing.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreecolumnsizing.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreecolumnsizing testtreecolumnsizing.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreecolumnsizing testtreecolumnsizing.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreesort.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreesort.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreesort testtreesort.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreesort testtreesort.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testverticalcells.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testverticalcells.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testverticalcells testverticalcells.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testverticalcells testverticalcells.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o treestoretest.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/treestoretest.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o treestoretest treestoretest.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/treestoretest treestoretest.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testxinerama.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c: In function ���request���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:32:3: warning: ���gdk_screen_get_monitor_at_window��� is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations]
   gint i = gdk_screen_get_monitor_at_window (screen,
   ^~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:91:15: note: declared here
 gint          gdk_screen_get_monitor_at_window (GdkScreen *screen,
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:41:7: warning: ���gdk_screen_get_monitor_geometry��� is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations]
       gdk_screen_get_monitor_geometry (screen,
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:78:14: note: declared here
 void         gdk_screen_get_monitor_geometry  (GdkScreen    *screen,
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:43:7: warning: ���gdk_screen_get_primary_monitor��� is deprecated: Use 'gdk_display_get_primary_monitor' instead [-Wdeprecated-declarations]
       primary_monitor = gdk_screen_get_primary_monitor (screen);
       ^~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:76:14: note: declared here
 gint         gdk_screen_get_primary_monitor   (GdkScreen    *screen);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c: In function ���main���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:80:3: warning: ���gdk_screen_get_n_monitors��� is deprecated: Use 'gdk_display_get_n_monitors' instead [-Wdeprecated-declarations]
   num_monitors = gdk_screen_get_n_monitors (screen);
   ^~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:74:14: note: declared here
 gint         gdk_screen_get_n_monitors        (GdkScreen    *screen);
              ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:84:3: warning: ���gdk_screen_get_primary_monitor��� is deprecated: Use 'gdk_display_get_primary_monitor' instead [-Wdeprecated-declarations]
   primary_monitor = gdk_screen_get_primary_monitor (screen);
   ^~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:76:14: note: declared here
 gint         gdk_screen_get_primary_monitor   (GdkScreen    *screen);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:93:7: warning: ���gdk_screen_get_monitor_geometry��� is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations]
       gdk_screen_get_monitor_geometry (screen, i, &monitor);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testxinerama.c:21:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:78:14: note: declared here
 void         gdk_screen_get_monitor_geometry  (GdkScreen    *screen,
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testxinerama testxinerama.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testxinerama testxinerama.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testwindows.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindows.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindows.c: In function ���create_window���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindows.c:55:3: warning: ���gdk_window_set_background_rgba��� is deprecated [-Wdeprecated-declarations]
   gdk_window_set_background_rgba (window, bg);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h:28:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindows.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h:778:15: note: declared here
 void          gdk_window_set_background_rgba (GdkWindow     *window,
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindows.c: In function ���alpha_clicked���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindows.c:723:7: warning: ���gdk_window_set_background_rgba��� is deprecated [-Wdeprecated-declarations]
       gdk_window_set_background_rgba (window, color);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h:28:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindows.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h:778:15: note: declared here
 void          gdk_window_set_background_rgba (GdkWindow     *window,
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testwindows testwindows.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testwindows testwindows.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testmerge.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testmerge.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testmerge testmerge.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testmerge testmerge.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testactions.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testactions.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testactions testactions.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testactions testactions.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testgrouping.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgrouping.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testgrouping testgrouping.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testgrouping testgrouping.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtooltips.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtooltips.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtooltips testtooltips.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtooltips testtooltips.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testexpand.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testexpand.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testexpand testexpand.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testexpand testexpand.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testexpander.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testexpander.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testexpander testexpander.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testexpander testexpander.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testvolumebutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testvolumebutton.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testvolumebutton testvolumebutton.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testvolumebutton testvolumebutton.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testscrolledwindow.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testscrolledwindow.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testscrolledwindow testscrolledwindow.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testscrolledwindow testscrolledwindow.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testscrolledge.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testscrolledge.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testscrolledge testscrolledge.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testscrolledge testscrolledge.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testswitch.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testswitch.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testswitch testswitch.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testswitch testswitch.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testcellarea.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testcellarea.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testcellarea testcellarea.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testcellarea testcellarea.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o styleexamples.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/styleexamples.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o styleexamples styleexamples.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/styleexamples styleexamples.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreemenu.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreemenu.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreemenu testtreemenu.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreemenu testtreemenu.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtoplevelembed.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtoplevelembed.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtoplevelembed testtoplevelembed.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtoplevelembed testtoplevelembed.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testnoscreen.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testnoscreen.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testnoscreen testnoscreen.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testnoscreen testnoscreen.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtreepos.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtreepos.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtreepos testtreepos.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtreepos testtreepos.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testsensitive.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testsensitive.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testsensitive testsensitive.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testsensitive testsensitive.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtextview.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtextview.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtextview testtextview.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtextview testtextview.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testanimation.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testanimation.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testanimation testanimation.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testanimation testanimation.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testpixbuf-save.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testpixbuf-save.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testpixbuf-save testpixbuf-save.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testpixbuf-save testpixbuf-save.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testpixbuf-color.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testpixbuf-color.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testpixbuf-color testpixbuf-color.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testpixbuf-color testpixbuf-color.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testpixbuf-scale.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testpixbuf-scale.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testpixbuf-scale testpixbuf-scale.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testpixbuf-scale testpixbuf-scale.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testgmenu.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testgmenu.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testgmenu testgmenu.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testgmenu testgmenu.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testlogout.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testlogout.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testlogout testlogout.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testlogout testlogout.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o teststack.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/teststack.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o teststack teststack.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/teststack teststack.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testrevealer.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testrevealer.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testrevealer testrevealer.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testrevealer testrevealer.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testrevealer2.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testrevealer2.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testrevealer2 testrevealer2.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testrevealer2 testrevealer2.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testtitlebar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testtitlebar.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testtitlebar testtitlebar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testtitlebar testtitlebar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testsplitheaders.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testsplitheaders.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testsplitheaders testsplitheaders.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testsplitheaders testsplitheaders.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o teststackedheaders.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/teststackedheaders.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o teststackedheaders teststackedheaders.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/teststackedheaders teststackedheaders.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testactionbar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testactionbar.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testactionbar testactionbar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testactionbar testactionbar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testwindowsize.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testwindowsize.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testwindowsize testwindowsize.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testwindowsize testwindowsize.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testpopover.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testpopover.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testpopover testpopover.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testpopover testpopover.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gdkgears.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/gdkgears.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gdkgears gdkgears.o gtkgears.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gdkgears gdkgears.o gtkgears.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o listmodel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/listmodel.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o listmodel listmodel.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/listmodel listmodel.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testpopup.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testpopup.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testpopup testpopup.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testpopup testpopup.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testpopupat.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testpopupat.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testpopupat testpopupat.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testpopupat testpopupat.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o testerrors.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests/testerrors.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o testerrors testerrors.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/testerrors testerrors.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests'
Making all in testsuite
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite'
Making all in gdk
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gdk'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o cairo.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/cairo.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o cairo cairo.o -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/libgdk-3.la  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/cairo cairo.o  -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/.libs/libgdk-3.so
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o display.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/display.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o display display.o -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/libgdk-3.la  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/display display.o  -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/.libs/libgdk-3.so
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o encoding.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/encoding.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o encoding encoding.o -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/libgdk-3.la  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/encoding encoding.o  -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/.libs/libgdk-3.so
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o keysyms.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/keysyms.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o keysyms keysyms.o -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/libgdk-3.la  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/keysyms keysyms.o  -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/.libs/libgdk-3.so
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o rectangle.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/rectangle.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o rectangle rectangle.o -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/libgdk-3.la  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/rectangle rectangle.o  -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/.libs/libgdk-3.so
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o rgba.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/rgba.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o rgba rgba.o -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/libgdk-3.la  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/rgba rgba.o  -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/.libs/libgdk-3.so
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o seat.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/seat.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o seat seat.o -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/libgdk-3.la  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/seat seat.o  -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/.libs/libgdk-3.so
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk -I../..  -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o visual.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c: In function ���test_depth���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:97:3: warning: ���gdk_query_depths��� is deprecated [-Wdeprecated-declarations]
   gdk_query_depths (&depths, &n_depths);
   ^~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:63:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h:102:6: note: declared here
 void gdk_query_depths       (gint           **depths,
      ^~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:104:7: warning: ���gdk_visual_get_best_with_depth��� is deprecated [-Wdeprecated-declarations]
       visual = gdk_visual_get_best_with_depth (depths[i]);
       ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:63:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h:94:15: note: declared here
 GdkVisual*    gdk_visual_get_best_with_depth (gint           depth);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:119:7: warning: ���gdk_visual_get_best_with_depth��� is deprecated [-Wdeprecated-declarations]
       visual = gdk_visual_get_best_with_depth (i);
       ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:63:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h:94:15: note: declared here
 GdkVisual*    gdk_visual_get_best_with_depth (gint           depth);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c: In function ���test_type���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:139:3: warning: ���gdk_query_visual_types��� is deprecated [-Wdeprecated-declarations]
   gdk_query_visual_types (&types, &n_types);
   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:63:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h:105:6: note: declared here
 void gdk_query_visual_types (GdkVisualType  **visual_types,
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:146:7: warning: ���gdk_visual_get_best_with_type��� is deprecated [-Wdeprecated-declarations]
       visual = gdk_visual_get_best_with_type (types[i]);
       ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:63:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h:96:15: note: declared here
 GdkVisual*    gdk_visual_get_best_with_type  (GdkVisualType  visual_type);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:161:7: warning: ���gdk_visual_get_best_with_type��� is deprecated [-Wdeprecated-declarations]
       visual = gdk_visual_get_best_with_type (i);
       ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:63:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gdk/visual.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h:96:15: note: declared here
 GdkVisual*    gdk_visual_get_best_with_type  (GdkVisualType  visual_type);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o visual visual.o -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/libgdk-3.la  
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/visual visual.o  -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm ../../gdk/.libs/libgdk-3.so
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gdk'
Making all in gtk
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gtk'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas \
	--schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.ColorChooser.gschema.xml --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.FileChooser.gschema.xml \
	--targetdir=.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gtk'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o accel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/accel.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o accel accel.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/accel accel.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o accessible.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/accessible.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o accessible accessible.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/accessible accessible.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o action.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/action.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o action action.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/action action.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o adjustment.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/adjustment.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o adjustment adjustment.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/adjustment adjustment.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o bitmask-bitmask.o `test -f 'bitmask.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`bitmask.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o bitmask-gtkallocatedbitmask.o `test -f '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkallocatedbitmask.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkallocatedbitmask.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o bitmask bitmask-bitmask.o bitmask-gtkallocatedbitmask.o  -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o bitmask bitmask-bitmask.o bitmask-gtkallocatedbitmask.o  -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o builder.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/builder.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -export-dynamic -Wl,-z,relro -Wl,-O1 -o builder builder.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/builder builder.o -Wl,--export-dynamic  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o builderparser.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/builderparser.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o builderparser builderparser.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/builderparser builderparser.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o cellarea.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/cellarea.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o cellarea cellarea.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/cellarea cellarea.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o check-icon-names.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/check-icon-names.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o check-icon-names check-icon-names.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/check-icon-names check-icon-names.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o check-cursor-names.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/check-cursor-names.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o check-cursor-names check-cursor-names.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/check-cursor-names check-cursor-names.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o clipboard.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/clipboard.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o clipboard clipboard.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/clipboard clipboard.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o cssprovider.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/cssprovider.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o cssprovider cssprovider.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/cssprovider cssprovider.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o defaultvalue.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/defaultvalue.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o defaultvalue defaultvalue.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/defaultvalue defaultvalue.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o entry.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/entry.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o entry entry.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/entry entry.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o firefox-stylecontext.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/firefox-stylecontext.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o firefox-stylecontext firefox-stylecontext.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/firefox-stylecontext firefox-stylecontext.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o floating.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/floating.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o floating floating.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/floating floating.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o focus.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/focus.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o focus focus.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/focus focus.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gestures.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/gestures.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gestures gestures.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gestures gestures.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o grid.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/grid.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o grid grid.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/grid grid.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtkmenu.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/gtkmenu.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o gtkmenu gtkmenu.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/gtkmenu gtkmenu.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o icontheme.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/icontheme.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o icontheme icontheme.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/icontheme icontheme.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -DGTK_COMPILATION -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\"  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o keyhash-keyhash.o `test -f 'keyhash.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`keyhash.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -DGTK_COMPILATION -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\"  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o keyhash-gtkkeyhash.o `test -f '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkkeyhash.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkkeyhash.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -DGTK_COMPILATION -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\"  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o keyhash-gtkresources.o `test -f '../../gtk/gtkresources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`../../gtk/gtkresources.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -DGTK_COMPILATION -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\"  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o keyhash-gtkprivate.o `test -f '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprivate.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprivate.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DGTK_COMPILATION -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\"  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o keyhash keyhash-keyhash.o keyhash-gtkkeyhash.o keyhash-gtkresources.o keyhash-gtkprivate.o  ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -DGTK_COMPILATION -DGTK_LIBDIR=\"/usr/lib/arm-linux-gnueabihf\" -DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/keyhash keyhash-keyhash.o keyhash-gtkkeyhash.o keyhash-gtkresources.o keyhash-gtkprivate.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o listbox.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/listbox.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o listbox listbox.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/listbox listbox.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o notify.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/notify.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o notify notify.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/notify notify.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o no-gtk-init.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/no-gtk-init.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o no-gtk-init no-gtk-init.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/no-gtk-init no-gtk-init.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o object.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/object.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o object object.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/object object.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o objects-finalize.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/objects-finalize.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o objects-finalize objects-finalize.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/objects-finalize objects-finalize.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o papersize.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/papersize.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o papersize papersize.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/papersize papersize.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o rbtree-rbtree.o `test -f 'rbtree.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`rbtree.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2  -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o rbtree-gtkrbtree.o `test -f '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrbtree.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrbtree.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o rbtree rbtree-rbtree.o rbtree-gtkrbtree.o  -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -DGTK_COMPILATION -UG_ENABLE_DEBUG -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o rbtree rbtree-rbtree.o rbtree-gtkrbtree.o  -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o recentmanager.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/recentmanager.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o recentmanager recentmanager.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/recentmanager recentmanager.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o regression-tests.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/regression-tests.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o regression-tests regression-tests.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/regression-tests regression-tests.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o scrolledwindow.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/scrolledwindow.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o scrolledwindow scrolledwindow.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/scrolledwindow scrolledwindow.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o spinbutton.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/spinbutton.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o spinbutton spinbutton.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/spinbutton spinbutton.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o stylecontext.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/stylecontext.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o stylecontext stylecontext.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/stylecontext stylecontext.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o templates.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/templates.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o templates templates.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/templates templates.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o textbuffer.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/textbuffer.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o textbuffer textbuffer.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/textbuffer textbuffer.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o textiter.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/textiter.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o textiter textiter.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/textiter textiter.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o treemodel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/treemodel.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o liststore.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/liststore.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o treestore.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/treestore.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o filtermodel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/filtermodel.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o sortmodel.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/sortmodel.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o modelrefcount.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/modelrefcount.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o gtktreemodelrefcount.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/gtktreemodelrefcount.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o treemodel treemodel.o liststore.o treestore.o filtermodel.o sortmodel.o modelrefcount.o gtktreemodelrefcount.o  ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/treemodel treemodel.o liststore.o treestore.o filtermodel.o sortmodel.o modelrefcount.o gtktreemodelrefcount.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o treepath.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/treepath.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o treepath treepath.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/treepath treepath.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o treeview.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/treeview.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o treeview treeview.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/treeview treeview.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o typename.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/typename.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o typename typename.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/typename typename.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o window.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/window.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o window window.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/window window.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o displayclose.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/displayclose.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o displayclose displayclose.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/displayclose displayclose.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o revealer-size.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/revealer-size.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o revealer-size revealer-size.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/revealer-size revealer-size.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
c++ -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/dummy-headers  -Wdate-time -D_FORTIFY_SOURCE=2  -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -c -o autotestkeywords-autotestkeywords.o `test -f 'autotestkeywords.cc' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/gtk/'`autotestkeywords.cc
/bin/bash ../../libtool  --tag=CXX   --mode=link c++ -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -DHAVE_UNIX_PRINT_WIDGETS -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro -Wl,-O1 -o autotestkeywords autotestkeywords-autotestkeywords.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: c++ -DGTK_LOCALEDIR=\"/usr/share/locale\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gtk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DHAVE_UNIX_PRINT_WIDGETS -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,-O1 -o .libs/autotestkeywords autotestkeywords-autotestkeywords.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gtk'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gtk'
Making all in a11y
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y'
Making all in state
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y/state'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y/state'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y'
Making all in css
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css'
Making all in parser
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/parser'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/parser'
Making all in nodes
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/nodes'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/nodes'
Making all in style
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/style'
Failed to open file './test-css-style.gresource.xml': No such file or directory
Failed to open file './test-css-style.gresource.xml': No such file or directory
/usr/bin/make  all-am
make[6]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/style'
Failed to open file './test-css-style.gresource.xml': No such file or directory
Failed to open file './test-css-style.gresource.xml': No such file or directory
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/style'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/style'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css'
Making all in reftests
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/reftests'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas \
	--schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.ColorChooser.gschema.xml --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.FileChooser.gschema.xml \
	--targetdir=.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/reftests'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtkreftestprivate_la-reftest-compare.lo `test -f 'reftest-compare.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`reftest-compare.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/reftest-compare.c  -fPIC -DPIC -o .libs/libgtkreftestprivate_la-reftest-compare.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtkreftestprivate_la-reftest-module.lo `test -f 'reftest-module.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`reftest-module.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/reftest-module.c  -fPIC -DPIC -o .libs/libgtkreftestprivate_la-reftest-module.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libgtkreftestprivate_la-reftest-snapshot.lo `test -f 'reftest-snapshot.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`reftest-snapshot.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/reftest-snapshot.c  -fPIC -DPIC -o .libs/libgtkreftestprivate_la-reftest-snapshot.o
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/reftest-snapshot.c: In function ���snapshot_widget���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/reftest-snapshot.c:147:7: warning: ���gdk_window_get_background_pattern��� is deprecated [-Wdeprecated-declarations]
       bg = gdk_window_get_background_pattern (gtk_widget_get_window (widget));
       ^~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h:28:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h:33,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h:31,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:32,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h:30,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/reftest-snapshot.h:21,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/reftest-snapshot.c:23:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h:784:18: note: declared here
 cairo_pattern_t *gdk_window_get_background_pattern (GdkWindow     *window);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o libgtkreftestprivate.la  libgtkreftestprivate_la-reftest-compare.lo libgtkreftestprivate_la-reftest-module.lo libgtkreftestprivate_la-reftest-snapshot.lo  ../../gdk/libgdk-3.la ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0  
libtool: link: ar cru .libs/libgtkreftestprivate.a .libs/libgtkreftestprivate_la-reftest-compare.o .libs/libgtkreftestprivate_la-reftest-module.o .libs/libgtkreftestprivate_la-reftest-snapshot.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgtkreftestprivate.a
libtool: link: ( cd ".libs" && rm -f "libgtkreftestprivate.la" && ln -s "../libgtkreftestprivate.la" "libgtkreftestprivate.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-expand-expander.lo `test -f 'expand-expander.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`expand-expander.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/expand-expander.c  -fPIC -DPIC -o .libs/libreftest_la-expand-expander.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-frame-inhibitor.lo `test -f 'frame-inhibitor.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`frame-inhibitor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/frame-inhibitor.c  -fPIC -DPIC -o .libs/libreftest_la-frame-inhibitor.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-image-recording-surface.lo `test -f 'image-recording-surface.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`image-recording-surface.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/image-recording-surface.c  -fPIC -DPIC -o .libs/libreftest_la-image-recording-surface.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-letter-spacing.lo `test -f 'letter-spacing.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`letter-spacing.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/letter-spacing.c  -fPIC -DPIC -o .libs/libreftest_la-letter-spacing.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-set-default-direction.lo `test -f 'set-default-direction.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`set-default-direction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/set-default-direction.c  -fPIC -DPIC -o .libs/libreftest_la-set-default-direction.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-statusbar-remove-all.lo `test -f 'statusbar-remove-all.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`statusbar-remove-all.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/statusbar-remove-all.c  -fPIC -DPIC -o .libs/libreftest_la-statusbar-remove-all.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-textview-border-windows.lo `test -f 'textview-border-windows.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`textview-border-windows.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/textview-border-windows.c  -fPIC -DPIC -o .libs/libreftest_la-textview-border-windows.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-textview-tags.lo `test -f 'textview-tags.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`textview-tags.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/textview-tags.c  -fPIC -DPIC -o .libs/libreftest_la-textview-tags.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o libreftest_la-animation-direction.lo `test -f 'animation-direction.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/'`animation-direction.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./testsuite/reftests/animation-direction.c  -fPIC -DPIC -o .libs/libreftest_la-animation-direction.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /iHaveNoIdeaWhatImDoing -avoid-version -module  -Wl,-z,relro -Wl,-O1 -o libreftest.la  libreftest_la-expand-expander.lo libreftest_la-frame-inhibitor.lo libreftest_la-image-recording-surface.lo libreftest_la-letter-spacing.lo libreftest_la-set-default-direction.lo libreftest_la-statusbar-remove-all.lo libreftest_la-textview-border-windows.lo libreftest_la-textview-tags.lo libreftest_la-animation-direction.lo  libgtkreftestprivate.la ../../gdk/libgdk-3.la ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libreftest_la-expand-expander.o .libs/libreftest_la-frame-inhibitor.o .libs/libreftest_la-image-recording-surface.o .libs/libreftest_la-letter-spacing.o .libs/libreftest_la-set-default-direction.o .libs/libreftest_la-statusbar-remove-all.o .libs/libreftest_la-textview-border-windows.o .libs/libreftest_la-textview-tags.o .libs/libreftest_la-animation-direction.o  -Wl,--whole-archive ./.libs/libgtkreftestprivate.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs -Wl,-rpath -Wl,/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk/.libs /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk/.libs/libgtk-3.so /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk/.libs/libgdk-3.so -lXinerama -lXcursor -lXext -lrt ../../gdk/.libs/libgdk-3.so ../../gtk/.libs/libgtk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lm -lgmodule-2.0 -lglib-2.0  -pthread -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1 -Wl,--export-dynamic -pthread   -pthread -Wl,-soname -Wl,libreftest.so -o .libs/libreftest.so
libtool: link: ( cd ".libs" && rm -f "libreftest.la" && ln -s "../libreftest.la" "libreftest.la" )
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/reftests'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/reftests'
Making all in tools
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/tools'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/tools'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite'
Making all in examples
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples'
Making all in bp
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/bp'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/bp -I../..  -DSRCDIR=\"/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/bp\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o bloatpad.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/bp/bloatpad.c
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-resources --target=bloatpad-gresources.c --sourcedir=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/bp --generate-source /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/bp/bloatpad.gresources.xml
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/bp -I../..  -DSRCDIR=\"/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/bp\" -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../../gdk -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o bloatpad-gresources.o bloatpad-gresources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o bloatpad bloatpad.o bloatpad-gresources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/bloatpad bloatpad.o bloatpad-gresources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/bp'
Making all in application1
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application1'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application1 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application1/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application1 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application1/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application1 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application1/'`exampleappwin.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application1'
Making all in application2
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application2'
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application2'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application2/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application2'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application2'
Making all in application3
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application3'
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application3'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application3/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application3'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application3'
Making all in application4
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application4'
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application4'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application4/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application4'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application4'
Making all in application5
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application5'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application5'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5/org.gtk.exampleapp.gschema.xml && mkdir -p . && touch org.gtk.exampleapp.gschema.valid
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application5'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application5'
Making all in application6
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application6'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application6'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappprefs.o `test -f 'exampleappprefs.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/'`exampleappprefs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/org.gtk.exampleapp.gschema.xml && mkdir -p . && touch org.gtk.exampleapp.gschema.valid
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application6'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application6'
Making all in application7
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application7'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application7'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappprefs.o `test -f 'exampleappprefs.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/'`exampleappprefs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/org.gtk.exampleapp.gschema.xml && mkdir -p . && touch org.gtk.exampleapp.gschema.valid
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application7'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application7'
Making all in application8
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application8'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application8'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappprefs.o `test -f 'exampleappprefs.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/'`exampleappprefs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/org.gtk.exampleapp.gschema.xml && mkdir -p . && touch org.gtk.exampleapp.gschema.valid
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application8'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application8'
Making all in application9
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application9'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application9'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappprefs.o `test -f 'exampleappprefs.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/'`exampleappprefs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/org.gtk.exampleapp.gschema.xml && mkdir -p . && touch org.gtk.exampleapp.gschema.valid
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application9'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application9'
Making all in application10
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application10'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  all-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application10'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-main.o `test -f 'main.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/'`main.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleapp.o `test -f 'exampleapp.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/'`exampleapp.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappwin.o `test -f 'exampleappwin.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/'`exampleappwin.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-exampleappprefs.o `test -f 'exampleappprefs.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/'`exampleappprefs.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10 -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o exampleapp-resources.o `test -f 'resources.c' || echo '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/'`resources.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/exampleapp exampleapp-main.o exampleapp-exampleapp.o exampleapp-exampleappwin.o exampleapp-exampleappprefs.o exampleapp-resources.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas --strict --dry-run  --schema-file=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/org.gtk.exampleapp.gschema.xml && mkdir -p . && touch org.gtk.exampleapp.gschema.valid
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application10'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application10'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o hello-world.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/hello-world.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o hello-world hello-world.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/hello-world hello-world.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o window-default.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/window-default.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o window-default window-default.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/window-default window-default.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o plugman.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/plugman.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o plugman plugman.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/plugman plugman.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o sunny.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/sunny.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o sunny sunny.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/sunny sunny.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o action-namespace.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/action-namespace.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o action-namespace action-namespace.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/action-namespace action-namespace.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o grid-packing.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/grid-packing.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o grid-packing grid-packing.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/grid-packing grid-packing.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o drawing.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/drawing.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o drawing drawing.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/drawing drawing.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o builder.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/builder.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o builder builder.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/builder builder.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples -I..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I../gdk -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o search-bar.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/search-bar.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o search-bar search-bar.o ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/search-bar search-bar.o  ../gtk/.libs/libgtk-3.so ../gdk/.libs/libgdk-3.so -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples'
Making all in docs
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs'
Making all in reference
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference'
Making all in gdk
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/gdk'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/gdk'
Making all in gtk
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/gtk'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/gtk'
Making all in libgail-util
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/libgail-util'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/libgail-util'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference'
Making all in tools
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/tools'
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o shadow.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools/shadow.c
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o shooter.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools/shooter.c
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools/shooter.c: In function ���take_window_shot���:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools/shooter.c:173:3: warning: ���gdk_screen_width��� is deprecated [-Wdeprecated-declarations]
   if (x_orig + width > gdk_screen_width ())
   ^~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:50:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools/shooter.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmain.h:108:6: note: declared here
 gint gdk_screen_width  (void) G_GNUC_CONST;
      ^~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools/shooter.c:174:5: warning: ���gdk_screen_width��� is deprecated [-Wdeprecated-declarations]
     width = gdk_screen_width () - x_orig;
     ^~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:50:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools/shooter.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmain.h:108:6: note: declared here
 gint gdk_screen_width  (void) G_GNUC_CONST;
      ^~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools/shooter.c:176:3: warning: ���gdk_screen_height��� is deprecated [-Wdeprecated-declarations]
   if (y_orig + height > gdk_screen_height ())
   ^~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:50:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools/shooter.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmain.h:110:6: note: declared here
 gint gdk_screen_height (void) G_GNUC_CONST;
      ^~~~~~~~~~~~~~~~~
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools/shooter.c:177:5: warning: ���gdk_screen_height��� is deprecated [-Wdeprecated-declarations]
     height = gdk_screen_height () - y_orig;
     ^~~~~~
In file included from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h:50:0,
                 from /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools/shooter.c:1:
/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmain.h:110:6: note: declared here
 gint gdk_screen_height (void) G_GNUC_CONST;
      ^~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools -I../..  -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/. -I../../gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11 -I/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./tests -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include   -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o widgets.o /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/tools/widgets.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -Wl,-O1 -o doc-shooter shadow.o shooter.o widgets.o ../../gtk/libgtk-3.la ../../gdk/libgdk-3.la ../../tests/gtkgears.o -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z -Wl,relro -Wl,-O1 -o .libs/doc-shooter shadow.o shooter.o widgets.o ../../tests/gtkgears.o  ../../gtk/.libs/libgtk-3.so ../../gdk/.libs/libgdk-3.so -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/arm-linux-gnueabihf/libfreetype.so -lXinerama -lXi -lXcursor -lcairo -lX11 -lXext -lepoxy -lm -pthread
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/tools'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs'
Making all in m4macros
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/m4macros'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/m4macros'
Making all in build
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build'
Making all in win32
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32'
Making all in vs9
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs9'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs9'
Making all in vs10
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs10'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs10'
Making all in vs11
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs11'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs11'
Making all in vs12
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs12'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs12'
Making all in vs14
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs14'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs14'
Making all in vs15
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs15'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs15'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb'
rm -f gtk+-x11-3.0.pc && \
cp gtk+-3.0.pc gtk+-x11-3.0.pc
rm -f gdk-x11-3.0.pc && \
cp gdk-3.0.pc gdk-x11-3.0.pc
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb'
make[1]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb'
touch debian/stamp-makefile-build/shared_udeb
CDBS WARNING:  DEB_MAKE_CHECK_TARGET unset, not running checks
CDBS WARNING:  DEB_MAKE_CHECK_TARGET unset, not running checks
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C debian/build/shared install DESTDIR=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared
make[1]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared'
Making install in po
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/po'
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/af.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/af/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/am.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/am/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/an.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/an/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ang.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ang/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ar.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ar/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/as.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/as/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ast.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ast/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/az.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/az/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/az_IR.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/az_IR/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/be.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/be/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/be at latin.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/be at latin/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/bg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/bg/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/bn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/bn/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/bn_IN.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/bn_IN/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/br.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/br/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/bs.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/bs/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ca.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ca/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ca at valencia.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ca at valencia/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/crh.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/crh/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/cs.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/cs/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/cy.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/cy/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/da.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/da/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/de.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/de/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/dz.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/dz/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/el.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/el/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/en.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/en/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/en_CA.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/en_CA/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/en_GB.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/en_GB/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/en at shaw.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/en at shaw/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/eo.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/eo/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/es.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/es/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/et.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/et/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/eu.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/eu/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/fa.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/fa/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/fi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/fi/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/fr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/fr/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ga.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ga/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/gd.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/gd/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/gl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/gl/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/gu.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/gu/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/he.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/he/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/hi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/hi/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/hr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/hr/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/hu.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/hu/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/hy.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/hy/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ia.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ia/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/id.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/id/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/io.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/io/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/is.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/is/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/it.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/it/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ja.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ja/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ka.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ka/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/kg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/kg/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/kk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/kk/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/km.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/km/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/kn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/kn/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ko.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ko/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ku.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ku/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ky.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ky/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/lg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/lg/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/li.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/li/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/lt.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/lt/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/lv.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/lv/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/mai.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/mai/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/mi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/mi/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/mk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/mk/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ml.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ml/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/mn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/mn/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/mr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/mr/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ms.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ms/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/my.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/my/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/nb.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/nb/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/nds.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/nds/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ne.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ne/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/nl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/nl/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/nn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/nn/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/nso.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/nso/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/oc.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/oc/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/or.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/or/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/pa.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/pa/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/pl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/pl/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ps.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ps/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/pt.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/pt/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/pt_BR.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/pt_BR/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ro.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ro/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ru.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ru/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/rw.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/rw/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/si.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/si/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/sk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/sk/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/sl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/sl/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/sq.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/sq/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/sr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/sr/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/sr at ije.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/sr at ije/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/sr at latin.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/sr at latin/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/sv.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/sv/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ta.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ta/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/te.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/te/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/tg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/tg/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/th.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/th/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/tk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/tk/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/tr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/tr/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/tt.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/tt/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ug.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ug/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/uk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/uk/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ur.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ur/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/uz.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/uz/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/uz at cyrillic.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/uz at cyrillic/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/vi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/vi/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/wa.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/wa/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/xh.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/xh/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/yi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/yi/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/zh_CN.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/zh_CN/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/zh_HK.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/zh_HK/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/zh_TW.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/zh_TW/LC_MESSAGES/gtk30.mo
if test "gtk+" = "gettext-tools"; then \
  /bin/mkdir -p /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/$file \
		    /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/po'
Making install in po-properties
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/po-properties'
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/af.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/af/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/am.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/am/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/an.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/an/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ang.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ang/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ar.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ar/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/as.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/as/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ast.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ast/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/az.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/az/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/az_IR.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/be.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/be/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/be at latin.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/be at latin/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/bg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/bg/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/bn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/bn/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/bn_IN.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/br.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/br/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/bs.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/bs/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ca.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ca/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ca at valencia.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ca at valencia/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/crh.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/crh/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/cs.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/cs/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/cy.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/cy/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/da.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/da/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/de.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/de/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/dz.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/dz/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/el.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/el/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/en.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/en/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/en_CA.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/en_GB.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/en at shaw.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/en at shaw/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/eo.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/eo/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/es.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/es/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/et.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/et/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/eu.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/eu/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/fa.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/fa/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/fi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/fi/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/fr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/fr/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ga.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ga/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/gd.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/gd/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/gl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/gl/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/gu.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/gu/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/he.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/he/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/hi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/hi/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/hr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/hr/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/hu.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/hu/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/hy.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/hy/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ia.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ia/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/id.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/id/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/io.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/io/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/is.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/is/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/it.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/it/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ja.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ja/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ka.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ka/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/kg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/kg/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/kk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/kk/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/km.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/km/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/kn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/kn/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ko.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ko/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ku.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ku/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ky.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ky/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/lg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/lg/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/li.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/li/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/lt.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/lt/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/lv.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/lv/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/mai.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/mai/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/mi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/mi/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/mk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/mk/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ml.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ml/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/mn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/mn/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/mr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/mr/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ms.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ms/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/my.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/my/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/nb.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/nb/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/nds.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/nds/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ne.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ne/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/nl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/nl/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/nn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/nn/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/nso.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/nso/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/oc.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/oc/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/or.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/or/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/pa.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/pa/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/pl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/pl/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ps.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ps/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/pt.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/pt/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/pt_BR.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ro.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ro/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ru.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ru/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/rw.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/rw/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/si.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/si/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/sk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/sk/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/sl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/sl/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/sq.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/sq/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/sr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/sr/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/sr at ije.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/sr at ije/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/sr at latin.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/sr at latin/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/sv.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/sv/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ta.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ta/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/te.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/te/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/tg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/tg/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/th.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/th/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/tk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/tk/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/tr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/tr/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/tt.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/tt/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ug.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ug/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/uk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/uk/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ur.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/ur/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/uz.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/uz/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/uz at cyrillic.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/uz at cyrillic/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/vi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/vi/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/wa.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/wa/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/xh.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/xh/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/yi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/yi/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/zh_CN.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/zh_HK.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/zh_TW.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo
if test "gtk+" = "gettext-tools"; then \
  /bin/mkdir -p /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/$file \
		    /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/po-properties'
Making install in gdk
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
if test -f gdkconfig.h; then :; \
else rm -f stamp-gc-h; /usr/bin/make stamp-gc-h; fi
/usr/bin/make  install-recursive
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
Making install in broadway
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/broadway'
/usr/bin/make  install-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/broadway'
make[6]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/broadway'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c broadwayd '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin'
libtool: install: /usr/bin/install -c broadwayd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin/broadwayd
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gdk/broadway'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkbroadwaydisplay.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkbroadwaywindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkbroadwaycursor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkbroadwaymonitor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkbroadwayvisual.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gdk/broadway'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gdk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/broadway/gdkbroadway.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gdk'
make[6]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/broadway'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/broadway'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/broadway'
Making install in wayland
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/wayland'
/usr/bin/make  install-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/wayland'
make[6]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/wayland'
make[6]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gdk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkwayland.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gdk'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gdk/wayland'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkwaylanddevice.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkwaylanddisplay.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkwaylandglcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkwaylandmonitor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkwaylandselection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/wayland/gdkwaylandwindow.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gdk/wayland'
make[6]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/wayland'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/wayland'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk/wayland'
Making install in .
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
if test -f gdkconfig.h; then :; \
else rm -f stamp-gc-h; /usr/bin/make stamp-gc-h; fi
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libgdk-3.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/libgdk-3.so.0.2200.11 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/libgdk-3.so.0.2200.11
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf && { ln -s -f libgdk-3.so.0.2200.11 libgdk-3.so.0 || { rm -f libgdk-3.so.0 && ln -s libgdk-3.so.0.2200.11 libgdk-3.so.0; }; })
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf && { ln -s -f libgdk-3.so.0.2200.11 libgdk-3.so || { rm -f libgdk-3.so && ln -s libgdk-3.so.0.2200.11 libgdk-3.so; }; })
libtool: install: /usr/bin/install -c .libs/libgdk-3.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/libgdk-3.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf'
/usr/bin/make  install-exec-hook
make[6]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
/bin/bash /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./sanitize-la.sh /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/libgdk-3.la
make[6]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gdk/deprecated'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/deprecated/gdkcolor.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gdk/deprecated'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gdk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk-autocleanup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkcairo.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkcursor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevice.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicepad.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicetool.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicemanager.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplaymanager.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdnd.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdrawingcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkevents.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframetimings.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkglcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkkeys.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkkeysyms.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkkeysyms-compat.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmain.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmonitor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkpango.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframeclock.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkpixbuf.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkprivate.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkproperty.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkrectangle.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkrgba.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkselection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdktestutils.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkthreads.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdktypes.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gdk'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/gir-1.0'
 /usr/bin/install -c -m 644 Gdk-3.0.gir '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/gir-1.0'
if test -f gdkconfig.h; then :; \
else rm -f stamp-gc-h; /usr/bin/make stamp-gc-h; fi
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gdk'
 /usr/bin/install -c -m 644 gdkconfig.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkenumtypes.h gdkversionmacros.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gdk'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/girepository-1.0'
 /usr/bin/install -c -m 644 Gdk-3.0.typelib '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/girepository-1.0'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gdk'
Making install in gtk
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk'
Failed to open file './gtk.gresource.xml': No such file or directory
Failed to open file './gtk.gresource.xml': No such file or directory
/usr/bin/make  install-am
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk'
Failed to open file './gtk.gresource.xml': No such file or directory
Failed to open file './gtk.gresource.xml': No such file or directory
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk'
Failed to open file './gtk.gresource.xml': No such file or directory
Failed to open file './gtk.gresource.xml': No such file or directory
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libgtk-3.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf'
libtool: warning: relinking 'libgtk-3.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-Bsymbolic-functions -version-info 2200:11:2200 -export-dynamic -rpath /usr/lib/arm-linux-gnueabihf -Wl,-z,relro -Wl,-O1 -o libgtk-3.la -rpath /usr/lib/arm-linux-gnueabihf a11y/libgtk_3_la-gtkaccessibility.lo a11y/libgtk_3_la-gtkaccessibilitymisc.lo a11y/libgtk_3_la-gtkaccessibilityutil.lo a11y/libgtk_3_la-gtkarrowaccessible.lo a11y/libgtk_3_la-gtkbooleancellaccessible.lo a11y/libgtk_3_la-gtkbuttonaccessible.lo a11y/libgtk_3_la-gtkcellaccessible.lo a11y/libgtk_3_la-gtkcellaccessibleparent.lo a11y/libgtk_3_la-gtkcheckmenuitemaccessible.lo a11y/libgtk_3_la-gtkcolorswatchaccessible.lo a11y/libgtk_3_la-gtkcomboboxaccessible.lo a11y/libgtk_3_la-gtkcontaineraccessible.lo a11y/libgtk_3_la-gtkcontainercellaccessible.lo a11y/libgtk_3_la-gtkentryaccessible.lo a11y/libgtk_3_la-gtkexpanderaccessible.lo a11y/libgtk_3_la-gtkflowboxaccessible.lo a11y/libgtk_3_la-gtkflowboxchildaccessible.lo a11y/libgtk_3_la-gtkframeaccessible.lo a11y/libgtk_3_la-gtkiconviewaccessible.lo a11y/libgtk_3_la-gtkimageaccessible.lo a11y/libgtk_3_la-gtkimagecellaccessible.lo a11y/libgtk_3_la-gtklabelaccessible.lo a11y/libgtk_3_la-gtklevelbaraccessible.lo a11y/libgtk_3_la-gtklinkbuttonaccessible.lo a11y/libgtk_3_la-gtklistboxaccessible.lo a11y/libgtk_3_la-gtklistboxrowaccessible.lo a11y/libgtk_3_la-gtklockbuttonaccessible.lo a11y/libgtk_3_la-gtkmenuaccessible.lo a11y/libgtk_3_la-gtkmenubuttonaccessible.lo a11y/libgtk_3_la-gtkmenushellaccessible.lo a11y/libgtk_3_la-gtkmenuitemaccessible.lo a11y/libgtk_3_la-gtknotebookaccessible.lo a11y/libgtk_3_la-gtknotebookpageaccessible.lo a11y/libgtk_3_la-gtkpanedaccessible.lo a11y/libgtk_3_la-gtkpopoveraccessible.lo a11y/libgtk_3_la-gtkprogressbaraccessible.lo a11y/libgtk_3_la-gtkradiobuttonaccessible.lo a11y/libgtk_3_la-gtkradiomenuitemaccessible.lo a11y/libgtk_3_la-gtkrangeaccessible.lo a11y/libgtk_3_la-gtkrenderercellaccessible.lo a11y/libgtk_3_la-gtkscaleaccessible.lo a11y/libgtk_3_la-gtkscalebuttonaccessible.lo a11y/libgtk_3_la-gtkscrolledwindowaccessible.lo a11y/libgtk_3_la-gtkspinbuttonaccessible.lo a11y/libgtk_3_la-gtkspinneraccessible.lo a11y/libgtk_3_la-gtkstatusbaraccessible.lo a11y/libgtk_3_la-gtkstackaccessible.lo a11y/libgtk_3_la-gtkswitchaccessible.lo a11y/libgtk_3_la-gtktextcellaccessible.lo a11y/libgtk_3_la-gtktextviewaccessible.lo a11y/libgtk_3_la-gtktogglebuttonaccessible.lo a11y/libgtk_3_la-gtktoplevelaccessible.lo a11y/libgtk_3_la-gtktreeviewaccessible.lo a11y/libgtk_3_la-gtkwidgetaccessible.lo a11y/libgtk_3_la-gtkwindowaccessible.lo deprecated/libgtk_3_la-gtkactivatable.lo deprecated/libgtk_3_la-gtkaction.lo deprecated/libgtk_3_la-gtkactiongroup.lo deprecated/libgtk_3_la-gtkalignment.lo deprecated/libgtk_3_la-gtkarrow.lo deprecated/libgtk_3_la-gtkcolorsel.lo deprecated/libgtk_3_la-gtkcolorseldialog.lo deprecated/libgtk_3_la-gtkfontsel.lo deprecated/libgtk_3_la-gtkgradient.lo deprecated/libgtk_3_la-gtkhandlebox.lo deprecated/libgtk_3_la-gtkhbbox.lo deprecated/libgtk_3_la-gtkhbox.lo deprecated/libgtk_3_la-gtkhpaned.lo deprecated/libgtk_3_la-gtkhscale.lo deprecated/libgtk_3_la-gtkhscrollbar.lo deprecated/libgtk_3_la-gtkhseparator.lo deprecated/libgtk_3_la-gtkhsv.lo deprecated/libgtk_3_la-gtkiconfactory.lo deprecated/libgtk_3_la-gtkimagemenuitem.lo deprecated/libgtk_3_la-gtkmisc.lo deprecated/libgtk_3_la-gtknumerableicon.lo deprecated/libgtk_3_la-gtkradioaction.lo deprecated/libgtk_3_la-gtkrc.lo deprecated/libgtk_3_la-gtkrecentaction.lo deprecated/libgtk_3_la-gtkstatusicon.lo deprecated/libgtk_3_la-gtkstock.lo deprecated/libgtk_3_la-gtkstyle.lo deprecated/libgtk_3_la-gtkstyleproperties.lo deprecated/libgtk_3_la-gtksymboliccolor.lo deprecated/libgtk_3_la-gtktable.lo deprecated/libgtk_3_la-gtktearoffmenuitem.lo deprecated/libgtk_3_la-gtkthemingengine.lo deprecated/libgtk_3_la-gtktoggleaction.lo deprecated/libgtk_3_la-gtkuimanager.lo deprecated/libgtk_3_la-gtkvbbox.lo deprecated/libgtk_3_la-gtkvbox.lo deprecated/libgtk_3_la-gtkvscale.lo deprecated/libgtk_3_la-gtkvscrollbar.lo deprecated/libgtk_3_la-gtkvseparator.lo deprecated/libgtk_3_la-gtkvpaned.lo inspector/libgtk_3_la-action-editor.lo inspector/libgtk_3_la-actions.lo inspector/libgtk_3_la-cellrenderergraph.lo inspector/libgtk_3_la-css-editor.lo inspector/libgtk_3_la-css-node-tree.lo inspector/libgtk_3_la-data-list.lo inspector/libgtk_3_la-general.lo inspector/libgtk_3_la-gestures.lo inspector/libgtk_3_la-graphdata.lo inspector/libgtk_3_la-gtkstackcombo.lo inspector/libgtk_3_la-gtktreemodelcssnode.lo inspector/libgtk_3_la-init.lo inspector/libgtk_3_la-inspect-button.lo inspector/libgtk_3_la-magnifier.lo inspector/libgtk_3_la-menu.lo inspector/libgtk_3_la-misc-info.lo inspector/libgtk_3_la-object-hierarchy.lo inspector/libgtk_3_la-object-tree.lo inspector/libgtk_3_la-prop-editor.lo inspector/libgtk_3_la-prop-list.lo inspector/libgtk_3_la-resource-list.lo inspector/libgtk_3_la-selector.lo inspector/libgtk_3_la-signals-list.lo inspector/libgtk_3_la-size-groups.lo inspector/libgtk_3_la-statistics.lo inspector/libgtk_3_la-strv-editor.lo inspector/libgtk_3_la-treewalk.lo inspector/libgtk_3_la-visual.lo inspector/libgtk_3_la-window.lo libgtk_3_la-gtkactionmuxer.lo libgtk_3_la-gtkactionobserver.lo libgtk_3_la-gtkactionobservable.lo libgtk_3_la-gtkactionable.lo libgtk_3_la-gtkquery.lo libgtk_3_la-gtksearchbar.lo libgtk_3_la-gtksearchentry.lo libgtk_3_la-gtksearchengine.lo libgtk_3_la-gtksearchenginesimple.lo libgtk_3_la-gtksearchenginemodel.lo libgtk_3_la-fnmatch.lo libgtk_3_la-gtkaboutdialog.lo libgtk_3_la-gtkaccelgroup.lo libgtk_3_la-gtkaccellabel.lo libgtk_3_la-gtkaccelmap.lo libgtk_3_la-gtkaccessible.lo libgtk_3_la-gtkactionbar.lo libgtk_3_la-gtkactionhelper.lo libgtk_3_la-gtkadjustment.lo libgtk_3_la-gtkallocatedbitmask.lo libgtk_3_la-gtkappchooser.lo libgtk_3_la-gtkappchooserwidget.lo libgtk_3_la-gtkappchooserbutton.lo libgtk_3_la-gtkappchooserdialog.lo libgtk_3_la-gtkapplication.lo libgtk_3_la-gtkapplicationaccels.lo libgtk_3_la-gtkapplicationimpl.lo libgtk_3_la-gtkapplicationwindow.lo libgtk_3_la-gtkaspectframe.lo libgtk_3_la-gtkassistant.lo libgtk_3_la-gtkbbox.lo libgtk_3_la-gtkbin.lo libgtk_3_la-gtkbindings.lo libgtk_3_la-gtkbookmarksmanager.lo libgtk_3_la-gtkborder.lo libgtk_3_la-gtkbox.lo libgtk_3_la-gtkboxgadget.lo libgtk_3_la-gtkbuildable.lo libgtk_3_la-gtkbuilder.lo libgtk_3_la-gtkbuilderparser.lo libgtk_3_la-gtkbuilder-menus.lo libgtk_3_la-gtkbuiltinicon.lo libgtk_3_la-gtkbutton.lo libgtk_3_la-gtkcairoblur.lo libgtk_3_la-gtkcalendar.lo libgtk_3_la-gtkcellarea.lo libgtk_3_la-gtkcellareabox.lo libgtk_3_la-gtkcellareaboxcontext.lo libgtk_3_la-gtkcellareacontext.lo libgtk_3_la-gtkcelleditable.lo libgtk_3_la-gtkcelllayout.lo libgtk_3_la-gtkcellrenderer.lo libgtk_3_la-gtkcellrendereraccel.lo libgtk_3_la-gtkcellrenderercombo.lo libgtk_3_la-gtkcellrendererpixbuf.lo libgtk_3_la-gtkcellrendererprogress.lo libgtk_3_la-gtkcellrendererspin.lo libgtk_3_la-gtkcellrendererspinner.lo libgtk_3_la-gtkcellrenderertext.lo libgtk_3_la-gtkcellrenderertoggle.lo libgtk_3_la-gtkcellview.lo libgtk_3_la-gtkcheckbutton.lo libgtk_3_la-gtkcheckmenuitem.lo libgtk_3_la-gtkcolorbutton.lo libgtk_3_la-gtkcolorchooser.lo libgtk_3_la-gtkcolorchooserwidget.lo libgtk_3_la-gtkcolorchooserdialog.lo libgtk_3_la-gtkcoloreditor.lo libgtk_3_la-gtkcolorplane.lo libgtk_3_la-gtkcolorscale.lo libgtk_3_la-gtkcolorswatch.lo libgtk_3_la-gtkcolorutils.lo libgtk_3_la-gtkcombobox.lo libgtk_3_la-gtkcomboboxtext.lo libgtk_3_la-gtkcomposetable.lo libgtk_3_la-gtkcontainer.lo libgtk_3_la-gtkcssanimation.lo libgtk_3_la-gtkcssanimatedstyle.lo libgtk_3_la-gtkcssarrayvalue.lo libgtk_3_la-gtkcssbgsizevalue.lo libgtk_3_la-gtkcssbordervalue.lo libgtk_3_la-gtkcsscalcvalue.lo libgtk_3_la-gtkcsscolorvalue.lo libgtk_3_la-gtkcsscornervalue.lo libgtk_3_la-gtkcsscustomgadget.lo libgtk_3_la-gtkcsscustomproperty.lo libgtk_3_la-gtkcssdimensionvalue.lo libgtk_3_la-gtkcsseasevalue.lo libgtk_3_la-gtkcssenumvalue.lo libgtk_3_la-gtkcssenginevalue.lo libgtk_3_la-gtkcssgadget.lo libgtk_3_la-gtkcssiconthemevalue.lo libgtk_3_la-gtkcssimage.lo libgtk_3_la-gtkcssimagebuiltin.lo libgtk_3_la-gtkcssimagecrossfade.lo libgtk_3_la-gtkcssimagefallback.lo libgtk_3_la-gtkcssimagegradient.lo libgtk_3_la-gtkcssimageicontheme.lo libgtk_3_la-gtkcssimagelinear.lo libgtk_3_la-gtkcssimageradial.lo libgtk_3_la-gtkcssimagesurface.lo libgtk_3_la-gtkcssimageurl.lo libgtk_3_la-gtkcssimagerecolor.lo libgtk_3_la-gtkcssimagescaled.lo libgtk_3_la-gtkcssimagevalue.lo libgtk_3_la-gtkcssimagewin32.lo libgtk_3_la-gtkcssinheritvalue.lo libgtk_3_la-gtkcssinitialvalue.lo libgtk_3_la-gtkcsskeyframes.lo libgtk_3_la-gtkcsslookup.lo libgtk_3_la-gtkcssmatcher.lo libgtk_3_la-gtkcssnode.lo libgtk_3_la-gtkcssnodedeclaration.lo libgtk_3_la-gtkcssnodestylecache.lo libgtk_3_la-gtkcssnumbervalue.lo libgtk_3_la-gtkcsspalettevalue.lo libgtk_3_la-gtkcssparser.lo libgtk_3_la-gtkcsspathnode.lo libgtk_3_la-gtkcsspositionvalue.lo libgtk_3_la-gtkcssprovider.lo libgtk_3_la-gtkcssrepeatvalue.lo libgtk_3_la-gtkcssrgbavalue.lo libgtk_3_la-gtkcsssection.lo libgtk_3_la-gtkcssselector.lo libgtk_3_la-gtkcssstringvalue.lo libgtk_3_la-gtkcssstyle.lo libgtk_3_la-gtkcssstylechange.lo libgtk_3_la-gtkcssshadowsvalue.lo libgtk_3_la-gtkcssshadowvalue.lo libgtk_3_la-gtkcssshorthandproperty.lo libgtk_3_la-gtkcssshorthandpropertyimpl.lo libgtk_3_la-gtkcssstaticstyle.lo libgtk_3_la-gtkcssstylefuncs.lo libgtk_3_la-gtkcssstyleproperty.lo libgtk_3_la-gtkcssstylepropertyimpl.lo libgtk_3_la-gtkcsstransformvalue.lo libgtk_3_la-gtkcsstransientnode.lo libgtk_3_la-gtkcsstransition.lo libgtk_3_la-gtkcsstypedvalue.lo libgtk_3_la-gtkcssunsetvalue.lo libgtk_3_la-gtkcsstypes.lo libgtk_3_la-gtkcssvalue.lo libgtk_3_la-gtkcsswidgetnode.lo libgtk_3_la-gtkcsswin32sizevalue.lo libgtk_3_la-gtkdialog.lo libgtk_3_la-gtkdragsource.lo libgtk_3_la-gtkdrawingarea.lo libgtk_3_la-gtkeditable.lo libgtk_3_la-gtkentry.lo libgtk_3_la-gtkentrybuffer.lo libgtk_3_la-gtkentrycompletion.lo libgtk_3_la-gtkeventbox.lo libgtk_3_la-gtkeventcontroller.lo libgtk_3_la-gtkexpander.lo libgtk_3_la-gtkfilechooser.lo libgtk_3_la-gtkfilechooserbutton.lo libgtk_3_la-gtkfilechooserdialog.lo libgtk_3_la-gtkfilechooserembed.lo libgtk_3_la-gtkfilechooserentry.lo libgtk_3_la-gtkfilechoosernative.lo libgtk_3_la-gtkfilechoosernativeportal.lo libgtk_3_la-gtkfilechooserutils.lo libgtk_3_la-gtkfilechooserwidget.lo libgtk_3_la-gtkfilefilter.lo libgtk_3_la-gtkfilesystem.lo libgtk_3_la-gtkfilesystemmodel.lo libgtk_3_la-gtkfixed.lo libgtk_3_la-gtkflowbox.lo libgtk_3_la-gtkfontbutton.lo libgtk_3_la-gtkfontchooser.lo libgtk_3_la-gtkfontchooserdialog.lo libgtk_3_la-gtkfontchooserutils.lo libgtk_3_la-gtkfontchooserwidget.lo libgtk_3_la-gtkframe.lo libgtk_3_la-gtkgladecatalog.lo libgtk_3_la-gtkgesture.lo libgtk_3_la-gtkgesturedrag.lo libgtk_3_la-gtkgesturelongpress.lo libgtk_3_la-gtkgesturemultipress.lo libgtk_3_la-gtkgesturepan.lo libgtk_3_la-gtkgesturerotate.lo libgtk_3_la-gtkgesturesingle.lo libgtk_3_la-gtkgestureswipe.lo libgtk_3_la-gtkgesturezoom.lo libgtk_3_la-gtkglarea.lo libgtk_3_la-gtkgrid.lo libgtk_3_la-gtkheaderbar.lo libgtk_3_la-gtkhsla.lo libgtk_3_la-gtkicon.lo libgtk_3_la-gtkiconcache.lo libgtk_3_la-gtkiconcachevalidator.lo libgtk_3_la-gtkiconhelper.lo libgtk_3_la-gtkicontheme.lo libgtk_3_la-gtkiconview.lo libgtk_3_la-gtkimage.lo libgtk_3_la-gtkimagedefinition.lo libgtk_3_la-gtkimcontext.lo libgtk_3_la-gtkimcontextsimple.lo libgtk_3_la-gtkimmodule.lo libgtk_3_la-gtkimmulticontext.lo libgtk_3_la-gtkinfobar.lo libgtk_3_la-gtkinvisible.lo libgtk_3_la-gtkkeyhash.lo libgtk_3_la-gtkkineticscrolling.lo libgtk_3_la-gtklabel.lo libgtk_3_la-gtklayout.lo libgtk_3_la-gtklevelbar.lo libgtk_3_la-gtklinkbutton.lo libgtk_3_la-gtklistbox.lo libgtk_3_la-gtkliststore.lo libgtk_3_la-gtklockbutton.lo libgtk_3_la-gtkmain.lo libgtk_3_la-gtkmagnifier.lo libgtk_3_la-gtkmarshalers.lo libgtk_3_la-gtkmenu.lo libgtk_3_la-gtkmenubar.lo libgtk_3_la-gtkmenubutton.lo libgtk_3_la-gtkmenuitem.lo libgtk_3_la-gtkmenusectionbox.lo libgtk_3_la-gtkmenushell.lo libgtk_3_la-gtkmenutracker.lo libgtk_3_la-gtkmenutrackeritem.lo libgtk_3_la-gtkmenutoolbutton.lo libgtk_3_la-gtkmessagedialog.lo libgtk_3_la-gtkmnemonichash.lo libgtk_3_la-gtkmodelmenuitem.lo libgtk_3_la-gtkmodelbutton.lo libgtk_3_la-gtkmodifierstyle.lo libgtk_3_la-gtkmodules.lo libgtk_3_la-gtkmountoperation.lo libgtk_3_la-gtknativedialog.lo libgtk_3_la-gtknotebook.lo libgtk_3_la-gtkoffscreenwindow.lo libgtk_3_la-gtkorientable.lo libgtk_3_la-gtkoverlay.lo libgtk_3_la-gtkpadcontroller.lo libgtk_3_la-gtkpagesetup.lo libgtk_3_la-gtkpaned.lo libgtk_3_la-gtkpango.lo libgtk_3_la-gtkpapersize.lo libgtk_3_la-gtkpathbar.lo libgtk_3_la-gtkplacessidebar.lo libgtk_3_la-gtkplacesview.lo libgtk_3_la-gtkplacesviewrow.lo libgtk_3_la-gtkprintcontext.lo libgtk_3_la-gtkprintoperation.lo libgtk_3_la-gtkprintoperationpreview.lo libgtk_3_la-gtkprintsettings.lo libgtk_3_la-gtkprintutils.lo libgtk_3_la-gtkprivate.lo libgtk_3_la-gtkprivatetypebuiltins.lo libgtk_3_la-gtkprogressbar.lo libgtk_3_la-gtkprogresstracker.lo libgtk_3_la-gtkpixelcache.lo libgtk_3_la-gtkpopover.lo libgtk_3_la-gtkpopovermenu.lo libgtk_3_la-gtkradiobutton.lo libgtk_3_la-gtkradiomenuitem.lo libgtk_3_la-gtkradiotoolbutton.lo libgtk_3_la-gtkrange.lo libgtk_3_la-gtkrbtree.lo libgtk_3_la-gtkrecentchooserdefault.lo libgtk_3_la-gtkrecentchooserdialog.lo libgtk_3_la-gtkrecentchoosermenu.lo libgtk_3_la-gtkrecentchooserwidget.lo libgtk_3_la-gtkrecentchooserutils.lo libgtk_3_la-gtkrecentchooser.lo libgtk_3_la-gtkrecentfilter.lo libgtk_3_la-gtkrecentmanager.lo libgtk_3_la-gtkrender.lo libgtk_3_la-gtkrenderbackground.lo libgtk_3_la-gtkrenderborder.lo libgtk_3_la-gtkrendericon.lo libgtk_3_la-gtkresources.lo libgtk_3_la-gtkrevealer.lo libgtk_3_la-gtkroundedbox.lo libgtk_3_la-gtkscale.lo libgtk_3_la-gtkscalebutton.lo libgtk_3_la-gtkscrollable.lo libgtk_3_la-gtkscrollbar.lo libgtk_3_la-gtkscrolledwindow.lo libgtk_3_la-gtkselection.lo libgtk_3_la-gtkseparator.lo libgtk_3_la-gtkseparatormenuitem.lo libgtk_3_la-gtkseparatortoolitem.lo libgtk_3_la-gtksettings.lo libgtk_3_la-gtkshortcutsgroup.lo libgtk_3_la-gtkshortcutlabel.lo libgtk_3_la-gtkshortcutsshortcut.lo libgtk_3_la-gtkshortcutssection.lo libgtk_3_la-gtkshortcutswindow.lo libgtk_3_la-gtksidebarrow.lo libgtk_3_la-gtksizegroup.lo libgtk_3_la-gtksizerequest.lo libgtk_3_la-gtksizerequestcache.lo libgtk_3_la-gtkshow.lo libgtk_3_la-gtkstacksidebar.lo libgtk_3_la-gtkspinbutton.lo libgtk_3_la-gtkspinner.lo libgtk_3_la-gtkstack.lo libgtk_3_la-gtkstackswitcher.lo libgtk_3_la-gtkstatusbar.lo libgtk_3_la-gtkstyleanimation.lo libgtk_3_la-gtkstylecascade.lo libgtk_3_la-gtkstylecontext.lo libgtk_3_la-gtkstyleproperty.lo libgtk_3_la-gtkstyleprovider.lo libgtk_3_la-gtkstyleproviderprivate.lo libgtk_3_la-gtkswitch.lo libgtk_3_la-gtktestutils.lo libgtk_3_la-gtktextattributes.lo libgtk_3_la-gtktextbtree.lo libgtk_3_la-gtktextbuffer.lo libgtk_3_la-gtktextbufferrichtext.lo libgtk_3_la-gtktextbufferserialize.lo libgtk_3_la-gtktextchild.lo libgtk_3_la-gtktextdisplay.lo libgtk_3_la-gtktexthandle.lo libgtk_3_la-gtktextiter.lo libgtk_3_la-gtktextlayout.lo libgtk_3_la-gtktextmark.lo libgtk_3_la-gtktextsegment.lo libgtk_3_la-gtktexttag.lo libgtk_3_la-gtktexttagtable.lo libgtk_3_la-gtktexttypes.lo libgtk_3_la-gtktextutil.lo libgtk_3_la-gtktextview.lo libgtk_3_la-gtktogglebutton.lo libgtk_3_la-gtktoggletoolbutton.lo libgtk_3_la-gtktoolbar.lo libgtk_3_la-gtktoolbutton.lo libgtk_3_la-gtktoolitem.lo libgtk_3_la-gtktoolitemgroup.lo libgtk_3_la-gtktoolpalette.lo libgtk_3_la-gtktoolshell.lo libgtk_3_la-gtktooltip.lo libgtk_3_la-gtktooltipwindow.lo libgtk_3_la-gtktrashmonitor.lo libgtk_3_la-gtktreedatalist.lo libgtk_3_la-gtktreednd.lo libgtk_3_la-gtktreemenu.lo libgtk_3_la-gtktreemodel.lo libgtk_3_la-gtktreemodelfilter.lo libgtk_3_la-gtktreemodelsort.lo libgtk_3_la-gtktreeselection.lo libgtk_3_la-gtktreesortable.lo libgtk_3_la-gtktreestore.lo libgtk_3_la-gtktreeview.lo libgtk_3_la-gtktreeviewcolumn.lo libgtk_3_la-gtktypebuiltins.lo libgtk_3_la-gtkutils.lo libgtk_3_la-gtkvolumebutton.lo libgtk_3_la-gtkviewport.lo libgtk_3_la-gtkwidget.lo libgtk_3_la-gtkwidgetpath.lo libgtk_3_la-gtkwindow.lo libgtk_3_la-gtkwindowgroup.lo libgtk_3_la-gtkwin32draw.lo libgtk_3_la-gtkwin32theme.lo libgtk_3_la-gdkpixbufutils.lo libgtk_3_la-gtkclipboard.lo libgtk_3_la-gtkdnd.lo libgtk_3_la-gtkdragdest.lo libgtk_3_la-gtkcustompaperunixdialog.lo libgtk_3_la-gtkpagesetupunixdialog.lo libgtk_3_la-gtkprinter.lo libgtk_3_la-gtkprinteroption.lo libgtk_3_la-gtkprinteroptionset.lo libgtk_3_la-gtkprinteroptionwidget.lo libgtk_3_la-gtkprintjob.lo libgtk_3_la-gtkprintoperation-unix.lo libgtk_3_la-gtkprintoperation-portal.lo libgtk_3_la-gtkprintunixdialog.lo libgtk_3_la-gtkprintbackend.lo libgtk_3_la-gtksearchenginetracker.lo libgtk_3_la-gtkapplication-wayland.lo libgtk_3_la-gtkapplication-dbus.lo libgtk_3_la-gtkmountoperation-stub.lo libgtk_3_la-gtkdbusgenerated.lo ../gdk/libgdk-3.la -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  a11y/.libs/libgtk_3_la-gtkaccessibility.o a11y/.libs/libgtk_3_la-gtkaccessibilitymisc.o a11y/.libs/libgtk_3_la-gtkaccessibilityutil.o a11y/.libs/libgtk_3_la-gtkarrowaccessible.o a11y/.libs/libgtk_3_la-gtkbooleancellaccessible.o a11y/.libs/libgtk_3_la-gtkbuttonaccessible.o a11y/.libs/libgtk_3_la-gtkcellaccessible.o a11y/.libs/libgtk_3_la-gtkcellaccessibleparent.o a11y/.libs/libgtk_3_la-gtkcheckmenuitemaccessible.o a11y/.libs/libgtk_3_la-gtkcolorswatchaccessible.o a11y/.libs/libgtk_3_la-gtkcomboboxaccessible.o a11y/.libs/libgtk_3_la-gtkcontaineraccessible.o a11y/.libs/libgtk_3_la-gtkcontainercellaccessible.o a11y/.libs/libgtk_3_la-gtkentryaccessible.o a11y/.libs/libgtk_3_la-gtkexpanderaccessible.o a11y/.libs/libgtk_3_la-gtkflowboxaccessible.o a11y/.libs/libgtk_3_la-gtkflowboxchildaccessible.o a11y/.libs/libgtk_3_la-gtkframeaccessible.o a11y/.libs/libgtk_3_la-gtkiconviewaccessible.o a11y/.libs/libgtk_3_la-gtkimageaccessible.o a11y/.libs/libgtk_3_la-gtkimagecellaccessible.o a11y/.libs/libgtk_3_la-gtklabelaccessible.o a11y/.libs/libgtk_3_la-gtklevelbaraccessible.o a11y/.libs/libgtk_3_la-gtklinkbuttonaccessible.o a11y/.libs/libgtk_3_la-gtklistboxaccessible.o a11y/.libs/libgtk_3_la-gtklistboxrowaccessible.o a11y/.libs/libgtk_3_la-gtklockbuttonaccessible.o a11y/.libs/libgtk_3_la-gtkmenuaccessible.o a11y/.libs/libgtk_3_la-gtkmenubuttonaccessible.o a11y/.libs/libgtk_3_la-gtkmenushellaccessible.o a11y/.libs/libgtk_3_la-gtkmenuitemaccessible.o a11y/.libs/libgtk_3_la-gtknotebookaccessible.o a11y/.libs/libgtk_3_la-gtknotebookpageaccessible.o a11y/.libs/libgtk_3_la-gtkpanedaccessible.o a11y/.libs/libgtk_3_la-gtkpopoveraccessible.o a11y/.libs/libgtk_3_la-gtkprogressbaraccessible.o a11y/.libs/libgtk_3_la-gtkradiobuttonaccessible.o a11y/.libs/libgtk_3_la-gtkradiomenuitemaccessible.o a11y/.libs/libgtk_3_la-gtkrangeaccessible.o a11y/.libs/libgtk_3_la-gtkrenderercellaccessible.o a11y/.libs/libgtk_3_la-gtkscaleaccessible.o a11y/.libs/libgtk_3_la-gtkscalebuttonaccessible.o a11y/.libs/libgtk_3_la-gtkscrolledwindowaccessible.o a11y/.libs/libgtk_3_la-gtkspinbuttonaccessible.o a11y/.libs/libgtk_3_la-gtkspinneraccessible.o a11y/.libs/libgtk_3_la-gtkstatusbaraccessible.o a11y/.libs/libgtk_3_la-gtkstackaccessible.o a11y/.libs/libgtk_3_la-gtkswitchaccessible.o a11y/.libs/libgtk_3_la-gtktextcellaccessible.o a11y/.libs/libgtk_3_la-gtktextviewaccessible.o a11y/.libs/libgtk_3_la-gtktogglebuttonaccessible.o a11y/.libs/libgtk_3_la-gtktoplevelaccessible.o a11y/.libs/libgtk_3_la-gtktreeviewaccessible.o a11y/.libs/libgtk_3_la-gtkwidgetaccessible.o a11y/.libs/libgtk_3_la-gtkwindowaccessible.o deprecated/.libs/libgtk_3_la-gtkactivatable.o deprecated/.libs/libgtk_3_la-gtkaction.o deprecated/.libs/libgtk_3_la-gtkactiongroup.o deprecated/.libs/libgtk_3_la-gtkalignment.o deprecated/.libs/libgtk_3_la-gtkarrow.o deprecated/.libs/libgtk_3_la-gtkcolorsel.o deprecated/.libs/libgtk_3_la-gtkcolorseldialog.o deprecated/.libs/libgtk_3_la-gtkfontsel.o deprecated/.libs/libgtk_3_la-gtkgradient.o deprecated/.libs/libgtk_3_la-gtkhandlebox.o deprecated/.libs/libgtk_3_la-gtkhbbox.o deprecated/.libs/libgtk_3_la-gtkhbox.o deprecated/.libs/libgtk_3_la-gtkhpaned.o deprecated/.libs/libgtk_3_la-gtkhscale.o deprecated/.libs/libgtk_3_la-gtkhscrollbar.o deprecated/.libs/libgtk_3_la-gtkhseparator.o deprecated/.libs/libgtk_3_la-gtkhsv.o deprecated/.libs/libgtk_3_la-gtkiconfactory.o deprecated/.libs/libgtk_3_la-gtkimagemenuitem.o deprecated/.libs/libgtk_3_la-gtkmisc.o deprecated/.libs/libgtk_3_la-gtknumerableicon.o deprecated/.libs/libgtk_3_la-gtkradioaction.o deprecated/.libs/libgtk_3_la-gtkrc.o deprecated/.libs/libgtk_3_la-gtkrecentaction.o deprecated/.libs/libgtk_3_la-gtkstatusicon.o deprecated/.libs/libgtk_3_la-gtkstock.o deprecated/.libs/libgtk_3_la-gtkstyle.o deprecated/.libs/libgtk_3_la-gtkstyleproperties.o deprecated/.libs/libgtk_3_la-gtksymboliccolor.o deprecated/.libs/libgtk_3_la-gtktable.o deprecated/.libs/libgtk_3_la-gtktearoffmenuitem.o deprecated/.libs/libgtk_3_la-gtkthemingengine.o deprecated/.libs/libgtk_3_la-gtktoggleaction.o deprecated/.libs/libgtk_3_la-gtkuimanager.o deprecated/.libs/libgtk_3_la-gtkvbbox.o deprecated/.libs/libgtk_3_la-gtkvbox.o deprecated/.libs/libgtk_3_la-gtkvscale.o deprecated/.libs/libgtk_3_la-gtkvscrollbar.o deprecated/.libs/libgtk_3_la-gtkvseparator.o deprecated/.libs/libgtk_3_la-gtkvpaned.o inspector/.libs/libgtk_3_la-action-editor.o inspector/.libs/libgtk_3_la-actions.o inspector/.libs/libgtk_3_la-cellrenderergraph.o inspector/.libs/libgtk_3_la-css-editor.o inspector/.libs/libgtk_3_la-css-node-tree.o inspector/.libs/libgtk_3_la-data-list.o inspector/.libs/libgtk_3_la-general.o inspector/.libs/libgtk_3_la-gestures.o inspector/.libs/libgtk_3_la-graphdata.o inspector/.libs/libgtk_3_la-gtkstackcombo.o inspector/.libs/libgtk_3_la-gtktreemodelcssnode.o inspector/.libs/libgtk_3_la-init.o inspector/.libs/libgtk_3_la-inspect-button.o inspector/.libs/libgtk_3_la-magnifier.o inspector/.libs/libgtk_3_la-menu.o inspector/.libs/libgtk_3_la-misc-info.o inspector/.libs/libgtk_3_la-object-hierarchy.o inspector/.libs/libgtk_3_la-object-tree.o inspector/.libs/libgtk_3_la-prop-editor.o inspector/.libs/libgtk_3_la-prop-list.o inspector/.libs/libgtk_3_la-resource-list.o inspector/.libs/libgtk_3_la-selector.o inspector/.libs/libgtk_3_la-signals-list.o inspector/.libs/libgtk_3_la-size-groups.o inspector/.libs/libgtk_3_la-statistics.o inspector/.libs/libgtk_3_la-strv-editor.o inspector/.libs/libgtk_3_la-treewalk.o inspector/.libs/libgtk_3_la-visual.o inspector/.libs/libgtk_3_la-window.o .libs/libgtk_3_la-gtkactionmuxer.o .libs/libgtk_3_la-gtkactionobserver.o .libs/libgtk_3_la-gtkactionobservable.o .libs/libgtk_3_la-gtkactionable.o .libs/libgtk_3_la-gtkquery.o .libs/libgtk_3_la-gtksearchbar.o .libs/libgtk_3_la-gtksearchentry.o .libs/libgtk_3_la-gtksearchengine.o .libs/libgtk_3_la-gtksearchenginesimple.o .libs/libgtk_3_la-gtksearchenginemodel.o .libs/libgtk_3_la-fnmatch.o .libs/libgtk_3_la-gtkaboutdialog.o .libs/libgtk_3_la-gtkaccelgroup.o .libs/libgtk_3_la-gtkaccellabel.o .libs/libgtk_3_la-gtkaccelmap.o .libs/libgtk_3_la-gtkaccessible.o .libs/libgtk_3_la-gtkactionbar.o .libs/libgtk_3_la-gtkactionhelper.o .libs/libgtk_3_la-gtkadjustment.o .libs/libgtk_3_la-gtkallocatedbitmask.o .libs/libgtk_3_la-gtkappchooser.o .libs/libgtk_3_la-gtkappchooserwidget.o .libs/libgtk_3_la-gtkappchooserbutton.o .libs/libgtk_3_la-gtkappchooserdialog.o .libs/libgtk_3_la-gtkapplication.o .libs/libgtk_3_la-gtkapplicationaccels.o .libs/libgtk_3_la-gtkapplicationimpl.o .libs/libgtk_3_la-gtkapplicationwindow.o .libs/libgtk_3_la-gtkaspectframe.o .libs/libgtk_3_la-gtkassistant.o .libs/libgtk_3_la-gtkbbox.o .libs/libgtk_3_la-gtkbin.o .libs/libgtk_3_la-gtkbindings.o .libs/libgtk_3_la-gtkbookmarksmanager.o .libs/libgtk_3_la-gtkborder.o .libs/libgtk_3_la-gtkbox.o .libs/libgtk_3_la-gtkboxgadget.o .libs/libgtk_3_la-gtkbuildable.o .libs/libgtk_3_la-gtkbuilder.o .libs/libgtk_3_la-gtkbuilderparser.o .libs/libgtk_3_la-gtkbuilder-menus.o .libs/libgtk_3_la-gtkbuiltinicon.o .libs/libgtk_3_la-gtkbutton.o .libs/libgtk_3_la-gtkcairoblur.o .libs/libgtk_3_la-gtkcalendar.o .libs/libgtk_3_la-gtkcellarea.o .libs/libgtk_3_la-gtkcellareabox.o .libs/libgtk_3_la-gtkcellareaboxcontext.o .libs/libgtk_3_la-gtkcellareacontext.o .libs/libgtk_3_la-gtkcelleditable.o .libs/libgtk_3_la-gtkcelllayout.o .libs/libgtk_3_la-gtkcellrenderer.o .libs/libgtk_3_la-gtkcellrendereraccel.o .libs/libgtk_3_la-gtkcellrenderercombo.o .libs/libgtk_3_la-gtkcellrendererpixbuf.o .libs/libgtk_3_la-gtkcellrendererprogress.o .libs/libgtk_3_la-gtkcellrendererspin.o .libs/libgtk_3_la-gtkcellrendererspinner.o .libs/libgtk_3_la-gtkcellrenderertext.o .libs/libgtk_3_la-gtkcellrenderertoggle.o .libs/libgtk_3_la-gtkcellview.o .libs/libgtk_3_la-gtkcheckbutton.o .libs/libgtk_3_la-gtkcheckmenuitem.o .libs/libgtk_3_la-gtkcolorbutton.o .libs/libgtk_3_la-gtkcolorchooser.o .libs/libgtk_3_la-gtkcolorchooserwidget.o .libs/libgtk_3_la-gtkcolorchooserdialog.o .libs/libgtk_3_la-gtkcoloreditor.o .libs/libgtk_3_la-gtkcolorplane.o .libs/libgtk_3_la-gtkcolorscale.o .libs/libgtk_3_la-gtkcolorswatch.o .libs/libgtk_3_la-gtkcolorutils.o .libs/libgtk_3_la-gtkcombobox.o .libs/libgtk_3_la-gtkcomboboxtext.o .libs/libgtk_3_la-gtkcomposetable.o .libs/libgtk_3_la-gtkcontainer.o .libs/libgtk_3_la-gtkcssanimation.o .libs/libgtk_3_la-gtkcssanimatedstyle.o .libs/libgtk_3_la-gtkcssarrayvalue.o .libs/libgtk_3_la-gtkcssbgsizevalue.o .libs/libgtk_3_la-gtkcssbordervalue.o .libs/libgtk_3_la-gtkcsscalcvalue.o .libs/libgtk_3_la-gtkcsscolorvalue.o .libs/libgtk_3_la-gtkcsscornervalue.o .libs/libgtk_3_la-gtkcsscustomgadget.o .libs/libgtk_3_la-gtkcsscustomproperty.o .libs/libgtk_3_la-gtkcssdimensionvalue.o .libs/libgtk_3_la-gtkcsseasevalue.o .libs/libgtk_3_la-gtkcssenumvalue.o .libs/libgtk_3_la-gtkcssenginevalue.o .libs/libgtk_3_la-gtkcssgadget.o .libs/libgtk_3_la-gtkcssiconthemevalue.o .libs/libgtk_3_la-gtkcssimage.o .libs/libgtk_3_la-gtkcssimagebuiltin.o .libs/libgtk_3_la-gtkcssimagecrossfade.o .libs/libgtk_3_la-gtkcssimagefallback.o .libs/libgtk_3_la-gtkcssimagegradient.o .libs/libgtk_3_la-gtkcssimageicontheme.o .libs/libgtk_3_la-gtkcssimagelinear.o .libs/libgtk_3_la-gtkcssimageradial.o .libs/libgtk_3_la-gtkcssimagesurface.o .libs/libgtk_3_la-gtkcssimageurl.o .libs/libgtk_3_la-gtkcssimagerecolor.o .libs/libgtk_3_la-gtkcssimagescaled.o .libs/libgtk_3_la-gtkcssimagevalue.o .libs/libgtk_3_la-gtkcssimagewin32.o .libs/libgtk_3_la-gtkcssinheritvalue.o .libs/libgtk_3_la-gtkcssinitialvalue.o .libs/libgtk_3_la-gtkcsskeyframes.o .libs/libgtk_3_la-gtkcsslookup.o .libs/libgtk_3_la-gtkcssmatcher.o .libs/libgtk_3_la-gtkcssnode.o .libs/libgtk_3_la-gtkcssnodedeclaration.o .libs/libgtk_3_la-gtkcssnodestylecache.o .libs/libgtk_3_la-gtkcssnumbervalue.o .libs/libgtk_3_la-gtkcsspalettevalue.o .libs/libgtk_3_la-gtkcssparser.o .libs/libgtk_3_la-gtkcsspathnode.o .libs/libgtk_3_la-gtkcsspositionvalue.o .libs/libgtk_3_la-gtkcssprovider.o .libs/libgtk_3_la-gtkcssrepeatvalue.o .libs/libgtk_3_la-gtkcssrgbavalue.o .libs/libgtk_3_la-gtkcsssection.o .libs/libgtk_3_la-gtkcssselector.o .libs/libgtk_3_la-gtkcssstringvalue.o .libs/libgtk_3_la-gtkcssstyle.o .libs/libgtk_3_la-gtkcssstylechange.o .libs/libgtk_3_la-gtkcssshadowsvalue.o .libs/libgtk_3_la-gtkcssshadowvalue.o .libs/libgtk_3_la-gtkcssshorthandproperty.o .libs/libgtk_3_la-gtkcssshorthandpropertyimpl.o .libs/libgtk_3_la-gtkcssstaticstyle.o .libs/libgtk_3_la-gtkcssstylefuncs.o .libs/libgtk_3_la-gtkcssstyleproperty.o .libs/libgtk_3_la-gtkcssstylepropertyimpl.o .libs/libgtk_3_la-gtkcsstransformvalue.o .libs/libgtk_3_la-gtkcsstransientnode.o .libs/libgtk_3_la-gtkcsstransition.o .libs/libgtk_3_la-gtkcsstypedvalue.o .libs/libgtk_3_la-gtkcssunsetvalue.o .libs/libgtk_3_la-gtkcsstypes.o .libs/libgtk_3_la-gtkcssvalue.o .libs/libgtk_3_la-gtkcsswidgetnode.o .libs/libgtk_3_la-gtkcsswin32sizevalue.o .libs/libgtk_3_la-gtkdialog.o .libs/libgtk_3_la-gtkdragsource.o .libs/libgtk_3_la-gtkdrawingarea.o .libs/libgtk_3_la-gtkeditable.o .libs/libgtk_3_la-gtkentry.o .libs/libgtk_3_la-gtkentrybuffer.o .libs/libgtk_3_la-gtkentrycompletion.o .libs/libgtk_3_la-gtkeventbox.o .libs/libgtk_3_la-gtkeventcontroller.o .libs/libgtk_3_la-gtkexpander.o .libs/libgtk_3_la-gtkfilechooser.o .libs/libgtk_3_la-gtkfilechooserbutton.o .libs/libgtk_3_la-gtkfilechooserdialog.o .libs/libgtk_3_la-gtkfilechooserembed.o .libs/libgtk_3_la-gtkfilechooserentry.o .libs/libgtk_3_la-gtkfilechoosernative.o .libs/libgtk_3_la-gtkfilechoosernativeportal.o .libs/libgtk_3_la-gtkfilechooserutils.o .libs/libgtk_3_la-gtkfilechooserwidget.o .libs/libgtk_3_la-gtkfilefilter.o .libs/libgtk_3_la-gtkfilesystem.o .libs/libgtk_3_la-gtkfilesystemmodel.o .libs/libgtk_3_la-gtkfixed.o .libs/libgtk_3_la-gtkflowbox.o .libs/libgtk_3_la-gtkfontbutton.o .libs/libgtk_3_la-gtkfontchooser.o .libs/libgtk_3_la-gtkfontchooserdialog.o .libs/libgtk_3_la-gtkfontchooserutils.o .libs/libgtk_3_la-gtkfontchooserwidget.o .libs/libgtk_3_la-gtkframe.o .libs/libgtk_3_la-gtkgladecatalog.o .libs/libgtk_3_la-gtkgesture.o .libs/libgtk_3_la-gtkgesturedrag.o .libs/libgtk_3_la-gtkgesturelongpress.o .libs/libgtk_3_la-gtkgesturemultipress.o .libs/libgtk_3_la-gtkgesturepan.o .libs/libgtk_3_la-gtkgesturerotate.o .libs/libgtk_3_la-gtkgesturesingle.o .libs/libgtk_3_la-gtkgestureswipe.o .libs/libgtk_3_la-gtkgesturezoom.o .libs/libgtk_3_la-gtkglarea.o .libs/libgtk_3_la-gtkgrid.o .libs/libgtk_3_la-gtkheaderbar.o .libs/libgtk_3_la-gtkhsla.o .libs/libgtk_3_la-gtkicon.o .libs/libgtk_3_la-gtkiconcache.o .libs/libgtk_3_la-gtkiconcachevalidator.o .libs/libgtk_3_la-gtkiconhelper.o .libs/libgtk_3_la-gtkicontheme.o .libs/libgtk_3_la-gtkiconview.o .libs/libgtk_3_la-gtkimage.o .libs/libgtk_3_la-gtkimagedefinition.o .libs/libgtk_3_la-gtkimcontext.o .libs/libgtk_3_la-gtkimcontextsimple.o .libs/libgtk_3_la-gtkimmodule.o .libs/libgtk_3_la-gtkimmulticontext.o .libs/libgtk_3_la-gtkinfobar.o .libs/libgtk_3_la-gtkinvisible.o .libs/libgtk_3_la-gtkkeyhash.o .libs/libgtk_3_la-gtkkineticscrolling.o .libs/libgtk_3_la-gtklabel.o .libs/libgtk_3_la-gtklayout.o .libs/libgtk_3_la-gtklevelbar.o .libs/libgtk_3_la-gtklinkbutton.o .libs/libgtk_3_la-gtklistbox.o .libs/libgtk_3_la-gtkliststore.o .libs/libgtk_3_la-gtklockbutton.o .libs/libgtk_3_la-gtkmain.o .libs/libgtk_3_la-gtkmagnifier.o .libs/libgtk_3_la-gtkmarshalers.o .libs/libgtk_3_la-gtkmenu.o .libs/libgtk_3_la-gtkmenubar.o .libs/libgtk_3_la-gtkmenubutton.o .libs/libgtk_3_la-gtkmenuitem.o .libs/libgtk_3_la-gtkmenusectionbox.o .libs/libgtk_3_la-gtkmenushell.o .libs/libgtk_3_la-gtkmenutracker.o .libs/libgtk_3_la-gtkmenutrackeritem.o .libs/libgtk_3_la-gtkmenutoolbutton.o .libs/libgtk_3_la-gtkmessagedialog.o .libs/libgtk_3_la-gtkmnemonichash.o .libs/libgtk_3_la-gtkmodelmenuitem.o .libs/libgtk_3_la-gtkmodelbutton.o .libs/libgtk_3_la-gtkmodifierstyle.o .libs/libgtk_3_la-gtkmodules.o .libs/libgtk_3_la-gtkmountoperation.o .libs/libgtk_3_la-gtknativedialog.o .libs/libgtk_3_la-gtknotebook.o .libs/libgtk_3_la-gtkoffscreenwindow.o .libs/libgtk_3_la-gtkorientable.o .libs/libgtk_3_la-gtkoverlay.o .libs/libgtk_3_la-gtkpadcontroller.o .libs/libgtk_3_la-gtkpagesetup.o .libs/libgtk_3_la-gtkpaned.o .libs/libgtk_3_la-gtkpango.o .libs/libgtk_3_la-gtkpapersize.o .libs/libgtk_3_la-gtkpathbar.o .libs/libgtk_3_la-gtkplacessidebar.o .libs/libgtk_3_la-gtkplacesview.o .libs/libgtk_3_la-gtkplacesviewrow.o .libs/libgtk_3_la-gtkprintcontext.o .libs/libgtk_3_la-gtkprintoperation.o .libs/libgtk_3_la-gtkprintoperationpreview.o .libs/libgtk_3_la-gtkprintsettings.o .libs/libgtk_3_la-gtkprintutils.o .libs/libgtk_3_la-gtkprivate.o .libs/libgtk_3_la-gtkprivatetypebuiltins.o .libs/libgtk_3_la-gtkprogressbar.o .libs/libgtk_3_la-gtkprogresstracker.o .libs/libgtk_3_la-gtkpixelcache.o .libs/libgtk_3_la-gtkpopover.o .libs/libgtk_3_la-gtkpopovermenu.o .libs/libgtk_3_la-gtkradiobutton.o .libs/libgtk_3_la-gtkradiomenuitem.o .libs/libgtk_3_la-gtkradiotoolbutton.o .libs/libgtk_3_la-gtkrange.o .libs/libgtk_3_la-gtkrbtree.o .libs/libgtk_3_la-gtkrecentchooserdefault.o .libs/libgtk_3_la-gtkrecentchooserdialog.o .libs/libgtk_3_la-gtkrecentchoosermenu.o .libs/libgtk_3_la-gtkrecentchooserwidget.o .libs/libgtk_3_la-gtkrecentchooserutils.o .libs/libgtk_3_la-gtkrecentchooser.o .libs/libgtk_3_la-gtkrecentfilter.o .libs/libgtk_3_la-gtkrecentmanager.o .libs/libgtk_3_la-gtkrender.o .libs/libgtk_3_la-gtkrenderbackground.o .libs/libgtk_3_la-gtkrenderborder.o .libs/libgtk_3_la-gtkrendericon.o .libs/libgtk_3_la-gtkresources.o .libs/libgtk_3_la-gtkrevealer.o .libs/libgtk_3_la-gtkroundedbox.o .libs/libgtk_3_la-gtkscale.o .libs/libgtk_3_la-gtkscalebutton.o .libs/libgtk_3_la-gtkscrollable.o .libs/libgtk_3_la-gtkscrollbar.o .libs/libgtk_3_la-gtkscrolledwindow.o .libs/libgtk_3_la-gtkselection.o .libs/libgtk_3_la-gtkseparator.o .libs/libgtk_3_la-gtkseparatormenuitem.o .libs/libgtk_3_la-gtkseparatortoolitem.o .libs/libgtk_3_la-gtksettings.o .libs/libgtk_3_la-gtkshortcutsgroup.o .libs/libgtk_3_la-gtkshortcutlabel.o .libs/libgtk_3_la-gtkshortcutsshortcut.o .libs/libgtk_3_la-gtkshortcutssection.o .libs/libgtk_3_la-gtkshortcutswindow.o .libs/libgtk_3_la-gtksidebarrow.o .libs/libgtk_3_la-gtksizegroup.o .libs/libgtk_3_la-gtksizerequest.o .libs/libgtk_3_la-gtksizerequestcache.o .libs/libgtk_3_la-gtkshow.o .libs/libgtk_3_la-gtkstacksidebar.o .libs/libgtk_3_la-gtkspinbutton.o .libs/libgtk_3_la-gtkspinner.o .libs/libgtk_3_la-gtkstack.o .libs/libgtk_3_la-gtkstackswitcher.o .libs/libgtk_3_la-gtkstatusbar.o .libs/libgtk_3_la-gtkstyleanimation.o .libs/libgtk_3_la-gtkstylecascade.o .libs/libgtk_3_la-gtkstylecontext.o .libs/libgtk_3_la-gtkstyleproperty.o .libs/libgtk_3_la-gtkstyleprovider.o .libs/libgtk_3_la-gtkstyleproviderprivate.o .libs/libgtk_3_la-gtkswitch.o .libs/libgtk_3_la-gtktestutils.o .libs/libgtk_3_la-gtktextattributes.o .libs/libgtk_3_la-gtktextbtree.o .libs/libgtk_3_la-gtktextbuffer.o .libs/libgtk_3_la-gtktextbufferrichtext.o .libs/libgtk_3_la-gtktextbufferserialize.o .libs/libgtk_3_la-gtktextchild.o .libs/libgtk_3_la-gtktextdisplay.o .libs/libgtk_3_la-gtktexthandle.o .libs/libgtk_3_la-gtktextiter.o .libs/libgtk_3_la-gtktextlayout.o .libs/libgtk_3_la-gtktextmark.o .libs/libgtk_3_la-gtktextsegment.o .libs/libgtk_3_la-gtktexttag.o .libs/libgtk_3_la-gtktexttagtable.o .libs/libgtk_3_la-gtktexttypes.o .libs/libgtk_3_la-gtktextutil.o .libs/libgtk_3_la-gtktextview.o .libs/libgtk_3_la-gtktogglebutton.o .libs/libgtk_3_la-gtktoggletoolbutton.o .libs/libgtk_3_la-gtktoolbar.o .libs/libgtk_3_la-gtktoolbutton.o .libs/libgtk_3_la-gtktoolitem.o .libs/libgtk_3_la-gtktoolitemgroup.o .libs/libgtk_3_la-gtktoolpalette.o .libs/libgtk_3_la-gtktoolshell.o .libs/libgtk_3_la-gtktooltip.o .libs/libgtk_3_la-gtktooltipwindow.o .libs/libgtk_3_la-gtktrashmonitor.o .libs/libgtk_3_la-gtktreedatalist.o .libs/libgtk_3_la-gtktreednd.o .libs/libgtk_3_la-gtktreemenu.o .libs/libgtk_3_la-gtktreemodel.o .libs/libgtk_3_la-gtktreemodelfilter.o .libs/libgtk_3_la-gtktreemodelsort.o .libs/libgtk_3_la-gtktreeselection.o .libs/libgtk_3_la-gtktreesortable.o .libs/libgtk_3_la-gtktreestore.o .libs/libgtk_3_la-gtktreeview.o .libs/libgtk_3_la-gtktreeviewcolumn.o .libs/libgtk_3_la-gtktypebuiltins.o .libs/libgtk_3_la-gtkutils.o .libs/libgtk_3_la-gtkvolumebutton.o .libs/libgtk_3_la-gtkviewport.o .libs/libgtk_3_la-gtkwidget.o .libs/libgtk_3_la-gtkwidgetpath.o .libs/libgtk_3_la-gtkwindow.o .libs/libgtk_3_la-gtkwindowgroup.o .libs/libgtk_3_la-gtkwin32draw.o .libs/libgtk_3_la-gtkwin32theme.o .libs/libgtk_3_la-gdkpixbufutils.o .libs/libgtk_3_la-gtkclipboard.o .libs/libgtk_3_la-gtkdnd.o .libs/libgtk_3_la-gtkdragdest.o .libs/libgtk_3_la-gtkcustompaperunixdialog.o .libs/libgtk_3_la-gtkpagesetupunixdialog.o .libs/libgtk_3_la-gtkprinter.o .libs/libgtk_3_la-gtkprinteroption.o .libs/libgtk_3_la-gtkprinteroptionset.o .libs/libgtk_3_la-gtkprinteroptionwidget.o .libs/libgtk_3_la-gtkprintjob.o .libs/libgtk_3_la-gtkprintoperation-unix.o .libs/libgtk_3_la-gtkprintoperation-portal.o .libs/libgtk_3_la-gtkprintunixdialog.o .libs/libgtk_3_la-gtkprintbackend.o .libs/libgtk_3_la-gtksearchenginetracker.o .libs/libgtk_3_la-gtkapplication-wayland.o .libs/libgtk_3_la-gtkapplication-dbus.o .libs/libgtk_3_la-gtkmountoperation-stub.o .libs/libgtk_3_la-gtkdbusgenerated.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgdk-3 -lgmodule-2.0 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-O1 -Wl,--export-dynamic -pthread   -pthread -Wl,-soname -Wl,libgtk-3.so.0 -o .libs/libgtk-3.so.0.2200.11
libtool: install: /usr/bin/install -c .libs/libgtk-3.so.0.2200.11T /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/libgtk-3.so.0.2200.11
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf && { ln -s -f libgtk-3.so.0.2200.11 libgtk-3.so.0 || { rm -f libgtk-3.so.0 && ln -s libgtk-3.so.0.2200.11 libgtk-3.so.0; }; })
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf && { ln -s -f libgtk-3.so.0.2200.11 libgtk-3.so || { rm -f libgtk-3.so && ln -s libgtk-3.so.0.2200.11 libgtk-3.so; }; })
libtool: install: /usr/bin/install -c .libs/libgtk-3.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/libgtk-3.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c gtk-query-immodules-3.0 gtk-update-icon-cache gtk-encode-symbolic-svg gtk-builder-tool gtk-query-settings gtk-launch '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin'
libtool: warning: 'libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk-query-immodules-3.0 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin/gtk-query-immodules-3.0
libtool: install: /usr/bin/install -c gtk-update-icon-cache /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin/gtk-update-icon-cache
libtool: warning: '../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk-encode-symbolic-svg /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin/gtk-encode-symbolic-svg
libtool: warning: 'libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk-builder-tool /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin/gtk-builder-tool
libtool: warning: 'libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk-query-settings /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin/gtk-query-settings
libtool: warning: 'libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk-launch /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin/gtk-launch
/usr/bin/make  install-exec-hook
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk'
Failed to open file './gtk.gresource.xml': No such file or directory
Failed to open file './gtk.gresource.xml': No such file or directory
/bin/bash /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./sanitize-la.sh /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/libgtk-3.la
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gtk/a11y'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtk-a11y-autocleanups.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkarrowaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkbooleancellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkbuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcellaccessibleparent.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcheckmenuitemaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcomboboxaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcontaineraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcontainercellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkentryaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkexpanderaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkflowboxaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkflowboxchildaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkframeaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkiconviewaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkimageaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkimagecellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklabelaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklevelbaraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklinkbuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklistboxaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklistboxrowaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklockbuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenuaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenubuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenuitemaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenushellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtknotebookaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtknotebookpageaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkpanedaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkpopoveraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkprogressbaraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkradiobuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkradiomenuitemaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkrangeaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkrenderercellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscaleaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscalebuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscrolledwindowaccessible.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gtk/a11y'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkspinbuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkspinneraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkstatusbaraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkstackaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkswitchaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktextcellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktextviewaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktogglebuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktoplevelaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktreeviewaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkwidgetaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkwindowaccessible.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gtk/a11y'
/bin/mkdir -p /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/themes/Default/gtk-3.0
/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-keys.css.default /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/themes/Default/gtk-3.0/gtk-keys.css
/bin/mkdir -p /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/themes/Emacs/gtk-3.0
/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-keys.css.emacs /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/themes/Emacs/gtk-3.0/gtk-keys.css
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gtk/deprecated'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkactivatable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkaction.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkactiongroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkalignment.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkarrow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkcolorsel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkcolorseldialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkfontsel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkgradient.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhandlebox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhbbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhpaned.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhscale.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhscrollbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhseparator.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhsv.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkiconfactory.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkimagemenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkmisc.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtknumerableicon.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkradioaction.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkrc.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkrecentaction.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstock.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstyle.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstyleproperties.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtksymboliccolor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktearoffmenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkthemingengine.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktoggleaction.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkuimanager.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvbbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvscale.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvscrollbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvseparator.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvpaned.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gtk/deprecated'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/gir-1.0'
 /usr/bin/install -c -m 644 Gtk-3.0.gir '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/gir-1.0'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gtk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-autocleanups.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkx.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkx-autocleanups.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-a11y.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaboutdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccelgroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccellabel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccelmap.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkadjustment.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplication.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplicationwindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaspectframe.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkassistant.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbin.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbindings.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkborder.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuildable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcalendar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellarea.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareacontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareabox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcelleditable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcelllayout.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendereraccel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderercombo.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererpixbuf.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererprogress.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gtk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererspin.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererspinner.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderertext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderertoggle.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcheckbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcheckmenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkclipboard.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorutils.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcombobox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcomboboxtext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcontainer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssprovider.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsssection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdebug.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdnd.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdragdest.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdragsource.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdrawingarea.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeditable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentry.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentrybuffer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentrycompletion.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkenums.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeventbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeventcontroller.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkexpander.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechoosernative.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilefilter.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfixed.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkflowbox.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gtk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkframe.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesture.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturedrag.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturelongpress.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturemultipress.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturepan.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturerotate.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturesingle.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgestureswipe.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturezoom.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkglarea.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgrid.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkheaderbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkicontheme.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimage.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontextinfo.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontextsimple.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimmodule.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimmulticontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkinfobar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkinvisible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklabel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklayout.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklevelbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklinkbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklistbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkliststore.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklockbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmain.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenu.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenubar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenubutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenushell.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gtk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenutoolbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmessagedialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodelbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodules.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmountoperation.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtknativedialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtknotebook.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkoffscreenwindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkorientable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkoverlay.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpadcontroller.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpagesetup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpaned.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpapersize.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplacessidebar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplug.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpopover.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpopovermenu.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperation.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperationpreview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintsettings.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprogressbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiobutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiomenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiotoolbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrange.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchoosermenu.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentfilter.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentmanager.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrender.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrevealer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscale.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscalebutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrollable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrollbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrolledwindow.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gtk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchentry.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkselection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparator.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparatormenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparatortoolitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksettings.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutlabel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutsgroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutssection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutsshortcut.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutswindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstacksidebar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizegroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizerequest.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksocket.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkspinbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkspinner.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstack.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstackswitcher.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstatusbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstylecontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleprovider.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkswitch.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktestutils.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextattributes.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbuffer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbufferrichtext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextchild.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextdisplay.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextiter.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextmark.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttag.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttagtable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktogglebutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoggletoolbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolbutton.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gtk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolitemgroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolpalette.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolshell.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktooltip.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreednd.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodelfilter.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodelsort.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeselection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreesortable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreestore.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeviewcolumn.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktypes.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkviewport.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkvolumebutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidgetpath.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindowgroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextlayout.h gtktypebuiltins.h gtkversion.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/gtk'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/unix-print/gtk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpagesetupunixdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintunixdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprinter.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintjob.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkunixprint-autocleanups.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkunixprint.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gtk-3.0/unix-print/gtk'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/gettext/its'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder.loc /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder.its '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/gettext/its'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/gtk-3.0'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder.rng '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/gtk-3.0'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/girepository-1.0'
 /usr/bin/install -c -m 644 Gtk-3.0.typelib '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/girepository-1.0'
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.FileChooser.gschema.xml /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.ColorChooser.gschema.xml /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.Debug.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.FileChooser.gschema.xml /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.ColorChooser.gschema.xml /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.Debug.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/gtk'
Making install in libgail-util
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libgail-util'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libgail-util'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libgailutil-3.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf'
libtool: warning: relinking 'libgailutil-3.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libgail-util; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -version-info 0:0:0 -Wl,-z,relro -Wl,-O1 -Wl,-z,relro -Wl,-O1 -o libgailutil-3.la -rpath /usr/lib/arm-linux-gnueabihf libgailutil_3_la-gailmisc.lo libgailutil_3_la-gailtextutil.lo ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libgailutil_3_la-gailmisc.o .libs/libgailutil_3_la-gailtextutil.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1 -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libgailutil-3.so.0 -o .libs/libgailutil-3.so.0.0.0
libtool: install: /usr/bin/install -c .libs/libgailutil-3.so.0.0.0T /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/libgailutil-3.so.0.0.0
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf && { ln -s -f libgailutil-3.so.0.0.0 libgailutil-3.so.0 || { rm -f libgailutil-3.so.0 && ln -s libgailutil-3.so.0.0.0 libgailutil-3.so.0; }; })
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf && { ln -s -f libgailutil-3.so.0.0.0 libgailutil-3.so || { rm -f libgailutil-3.so && ln -s libgailutil-3.so.0.0.0 libgailutil-3.so; }; })
libtool: install: /usr/bin/install -c .libs/libgailutil-3.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/libgailutil-3.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gail-3.0/libgail-util'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util/gailmisc.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util/gailtextutil.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util/gail-util.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/include/gail-3.0/libgail-util'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libgail-util'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libgail-util'
Making install in modules
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules'
Making install in input
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input'
make[4]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/etc/gtk-3.0'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/im-multipress.conf '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/etc/gtk-3.0'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   im-am-et.la im-cedilla.la im-cyrillic-translit.la im-inuktitut.la im-ipa.la im-multipress.la im-broadway.la im-thai.la im-ti-er.la im-ti-et.la im-viqr.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules'
libtool: warning: relinking 'im-am-et.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-am-et.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imam-et.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/imam-et.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-am-et.so -o .libs/im-am-et.so
libtool: install: /usr/bin/install -c .libs/im-am-et.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-am-et.so
libtool: install: /usr/bin/install -c .libs/im-am-et.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-am-et.la
libtool: warning: relinking 'im-cedilla.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-cedilla.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imcedilla.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/imcedilla.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-cedilla.so -o .libs/im-cedilla.so
libtool: install: /usr/bin/install -c .libs/im-cedilla.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-cedilla.so
libtool: install: /usr/bin/install -c .libs/im-cedilla.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-cedilla.la
libtool: warning: relinking 'im-cyrillic-translit.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-cyrillic-translit.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imcyrillic-translit.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/imcyrillic-translit.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-cyrillic-translit.so -o .libs/im-cyrillic-translit.so
libtool: install: /usr/bin/install -c .libs/im-cyrillic-translit.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.so
libtool: install: /usr/bin/install -c .libs/im-cyrillic-translit.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.la
libtool: warning: relinking 'im-inuktitut.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-inuktitut.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules iminuktitut.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/iminuktitut.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-inuktitut.so -o .libs/im-inuktitut.so
libtool: install: /usr/bin/install -c .libs/im-inuktitut.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-inuktitut.so
libtool: install: /usr/bin/install -c .libs/im-inuktitut.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-inuktitut.la
libtool: warning: relinking 'im-ipa.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-ipa.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imipa.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/imipa.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-ipa.so -o .libs/im-ipa.so
libtool: install: /usr/bin/install -c .libs/im-ipa.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ipa.so
libtool: install: /usr/bin/install -c .libs/im-ipa.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ipa.la
libtool: warning: relinking 'im-multipress.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-multipress.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules im_multipress_la-gtkimcontextmultipress.lo im_multipress_la-immultipress.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/im_multipress_la-gtkimcontextmultipress.o .libs/im_multipress_la-immultipress.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-multipress.so -o .libs/im-multipress.so
libtool: install: /usr/bin/install -c .libs/im-multipress.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-multipress.so
libtool: install: /usr/bin/install -c .libs/im-multipress.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-multipress.la
libtool: warning: relinking 'im-broadway.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-broadway.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules im_broadway_la-imbroadway.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/im_broadway_la-imbroadway.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-broadway.so -o .libs/im-broadway.so
libtool: install: /usr/bin/install -c .libs/im-broadway.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-broadway.so
libtool: install: /usr/bin/install -c .libs/im-broadway.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-broadway.la
libtool: warning: relinking 'im-thai.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-thai.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules thai-charprop.lo gtkimcontextthai.lo imthai.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/thai-charprop.o .libs/gtkimcontextthai.o .libs/imthai.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-thai.so -o .libs/im-thai.so
libtool: install: /usr/bin/install -c .libs/im-thai.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-thai.so
libtool: install: /usr/bin/install -c .libs/im-thai.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-thai.la
libtool: warning: relinking 'im-ti-er.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-ti-er.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imti-er.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/imti-er.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-ti-er.so -o .libs/im-ti-er.so
libtool: install: /usr/bin/install -c .libs/im-ti-er.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ti-er.so
libtool: install: /usr/bin/install -c .libs/im-ti-er.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ti-er.la
libtool: warning: relinking 'im-ti-et.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-ti-et.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imti-et.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/imti-et.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-ti-et.so -o .libs/im-ti-et.so
libtool: install: /usr/bin/install -c .libs/im-ti-et.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ti-et.so
libtool: install: /usr/bin/install -c .libs/im-ti-et.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ti-et.la
libtool: warning: relinking 'im-viqr.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-viqr.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imviqr.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/imviqr.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-viqr.so -o .libs/im-viqr.so
libtool: install: /usr/bin/install -c .libs/im-viqr.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-viqr.so
libtool: install: /usr/bin/install -c .libs/im-viqr.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-viqr.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules'
/usr/bin/make  install-data-hook
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input'
if test -z "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared" ; then \
  echo /bin/bash /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/build-aux/install-sh -d /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0 ; \
  /bin/bash /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/build-aux/install-sh -d /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0 ; \
  echo "../../gtk/gtk-query-immodules-3.0 > /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules.cache" ; \
  ../../gtk/gtk-query-immodules-3.0 > /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules.cache ; \
else \
  echo "***" ; \
  echo "*** Warning: immodules.cache not built" ; \
  echo "***" ; \
  echo "*** Generate this file manually on host" ; \
  echo "*** system using gtk-query-immodules-3.0" ; \
  echo "***" ; \
        fi
***
*** Warning: immodules.cache not built
***
*** Generate this file manually on host
*** system using gtk-query-immodules-3.0
***
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/input'
Making install in printbackends
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends'
Making install in file
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/file'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/file'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   libprintbackend-file.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
libtool: warning: relinking 'libprintbackend-file.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/file; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module -Wl,-z,relro -Wl,-O1 -o libprintbackend-file.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends libprintbackend_file_la-gtkprintbackendfile.lo ../../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libprintbackend_file_la-gtkprintbackendfile.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-file.so -o .libs/libprintbackend-file.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-file.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-file.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-file.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/file'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/file'
Making install in lpr
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/lpr'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/lpr'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   libprintbackend-lpr.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
libtool: warning: relinking 'libprintbackend-lpr.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/lpr; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module -Wl,-z,relro -Wl,-O1 -o libprintbackend-lpr.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends gtkprintbackendlpr.lo ../../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/gtkprintbackendlpr.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-lpr.so -o .libs/libprintbackend-lpr.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-lpr.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-lpr.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/lpr'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/lpr'
Making install in cloudprint
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/cloudprint'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/cloudprint'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   libprintbackend-cloudprint.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
libtool: warning: relinking 'libprintbackend-cloudprint.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/cloudprint; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -pthread -I/usr/include/rest-0.7 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module -Wl,-z,relro -Wl,-O1 -o libprintbackend-cloudprint.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends libprintbackend_cloudprint_la-gtkprintbackendcloudprint.lo libprintbackend_cloudprint_la-gtkprintercloudprint.lo libprintbackend_cloudprint_la-gtkcloudprintaccount.lo ../../../gtk/libgtk-3.la -lrest-0.7 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libprintbackend_cloudprint_la-gtkprintbackendcloudprint.o .libs/libprintbackend_cloudprint_la-gtkprintercloudprint.o .libs/libprintbackend_cloudprint_la-gtkcloudprintaccount.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lrest-0.7 -lsoup-2.4 -lxml2 -ljson-glib-1.0 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-cloudprint.so -o .libs/libprintbackend-cloudprint.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-cloudprint.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-cloudprint.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-cloudprint.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-cloudprint.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/cloudprint'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/cloudprint'
Making install in cups
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/cups'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/cups'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   libprintbackend-cups.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
libtool: warning: relinking 'libprintbackend-cups.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/cups; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module -Wl,-z,relro -Wl,-O1 -o libprintbackend-cups.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends gtkprintbackendcups.lo gtkprintercups.lo gtkcupsutils.lo gtkcupssecretsutils.lo ../../../gtk/libgtk-3.la -lcolord -lcolordprivate -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lcups -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/gtkprintbackendcups.o .libs/gtkprintercups.o .libs/gtkcupsutils.o .libs/gtkcupssecretsutils.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lcolord -lcolordprivate -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcups -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-cups.so -o .libs/libprintbackend-cups.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-cups.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-cups.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/cups'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/cups'
Making install in test
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/test'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/test'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   libprintbackend-test.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
libtool: warning: relinking 'libprintbackend-test.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/test; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/libtool"  --tag CC --mode=relink gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module -Wl,-z,relro -Wl,-O1 -o libprintbackend-test.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends libprintbackend_test_la-gtkprintbackendtest.lo ../../../gtk/libgtk-3.la -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libprintbackend_test_la-gtkprintbackendtest.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lxkbcommon -lwayland-cursor -lwayland-egl -lwayland-client -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-test.so -o .libs/libprintbackend-test.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-test.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-test.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-test.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-test.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/test'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends/test'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules/printbackends'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/modules'
Making install in demos
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos'
Making install in gtk-demo
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/gtk-demo'
Failed to open file './demo.gresource.xml': No such file or directory
Failed to open file './demo.gresource.xml': No such file or directory
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/gtk-demo'
Failed to open file './demo.gresource.xml': No such file or directory
Failed to open file './demo.gresource.xml': No such file or directory
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/gtk-demo'
Failed to open file './demo.gresource.xml': No such file or directory
Failed to open file './demo.gresource.xml': No such file or directory
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c gtk3-demo gtk3-demo-application '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin'
libtool: warning: '../../gtk/libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk3-demo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin/gtk3-demo
libtool: warning: '../../gtk/libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk3-demo-application /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin/gtk3-demo-application
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/16x16/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/16x16/gtk3-demo.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/16x16/gtk3-demo-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/16x16/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/22x22/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/22x22/gtk3-demo.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/22x22/gtk3-demo-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/22x22/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/24x24/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/24x24/gtk3-demo.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/24x24/gtk3-demo-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/24x24/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/256x256/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/256x256/gtk3-demo.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/256x256/gtk3-demo-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/256x256/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/32x32/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/32x32/gtk3-demo.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/32x32/gtk3-demo-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/32x32/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/48x48/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/48x48/gtk3-demo.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/48x48/gtk3-demo-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/48x48/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/applications'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/gtk3-demo.desktop '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/applications'
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/org.gtk.Demo.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/org.gtk.Demo.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
/usr/bin/make  install-data-hook
make[6]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/gtk-demo'
Failed to open file './demo.gresource.xml': No such file or directory
Failed to open file './demo.gresource.xml': No such file or directory
:
test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared" || ../../gtk/gtk-update-icon-cache --ignore-theme-index --force "/usr/share/icons/hicolor"
make[6]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/gtk-demo'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/gtk-demo'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/gtk-demo'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/gtk-demo'
Making install in widget-factory
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/widget-factory'
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/widget-factory'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/widget-factory'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c gtk3-widget-factory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin'
libtool: warning: '../../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../../gtk/libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk3-widget-factory /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin/gtk3-widget-factory
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/16x16/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/16x16/gtk3-widget-factory.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/16x16/gtk3-widget-factory-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/16x16/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/22x22/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/22x22/gtk3-widget-factory.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/22x22/gtk3-widget-factory-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/22x22/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/24x24/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/24x24/gtk3-widget-factory.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/24x24/gtk3-widget-factory-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/24x24/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/256x256/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/256x256/gtk3-widget-factory.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/256x256/gtk3-widget-factory-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/256x256/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/32x32/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/32x32/gtk3-widget-factory.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/32x32/gtk3-widget-factory-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/32x32/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/48x48/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/48x48/gtk3-widget-factory.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/48x48/gtk3-widget-factory-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/icons/hicolor/48x48/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/applications'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/gtk3-widget-factory.desktop '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/applications'
/usr/bin/make  install-data-hook
make[6]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/widget-factory'
:
test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared" || ../../gtk/gtk-update-icon-cache --ignore-theme-index --force "/usr/share/icons/hicolor"
make[6]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/widget-factory'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/widget-factory'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/widget-factory'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/widget-factory'
Making install in icon-browser
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/icon-browser'
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/icon-browser'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/icon-browser'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c gtk3-icon-browser '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin'
libtool: warning: '../../gtk/libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk3-icon-browser /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/bin/gtk3-icon-browser
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/applications'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser/gtk3-icon-browser.desktop '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/applications'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/icon-browser'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/icon-browser'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos/icon-browser'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/demos'
Making install in tests
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests'
Making install in visuals
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests/visuals'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests/visuals'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests/visuals'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests/visuals'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/tests'
Making install in testsuite
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite'
Making install in gdk
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gdk'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gdk'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gdk'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gdk'
Making install in gtk
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gtk'
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gtk'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gtk'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gtk'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gtk'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/gtk'
Making install in a11y
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y'
Making install in state
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y/state'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y/state'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y/state'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y/state'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/a11y'
Making install in css
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css'
Making install in parser
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/parser'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/parser'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/parser'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/parser'
Making install in nodes
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/nodes'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/nodes'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/nodes'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/nodes'
Making install in style
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/style'
Failed to open file './test-css-style.gresource.xml': No such file or directory
Failed to open file './test-css-style.gresource.xml': No such file or directory
/usr/bin/make  install-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/style'
Failed to open file './test-css-style.gresource.xml': No such file or directory
Failed to open file './test-css-style.gresource.xml': No such file or directory
make[6]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/style'
Failed to open file './test-css-style.gresource.xml': No such file or directory
Failed to open file './test-css-style.gresource.xml': No such file or directory
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/style'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/style'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css/style'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/css'
Making install in reftests
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/reftests'
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/reftests'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/reftests'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/reftests'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/reftests'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/reftests'
Making install in tools
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/tools'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/tools'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/tools'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite/tools'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/testsuite'
Making install in examples
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples'
Making install in bp
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/bp'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/bp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/bp'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/bp'
Making install in application1
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application1'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application1'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application1'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application1'
Making install in application2
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application2'
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application2'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application2'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application2'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application2'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application2'
Making install in application3
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application3'
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application3'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application3'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application3'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application3'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application3'
Making install in application4
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application4'
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application4'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application4'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application4'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application4'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application4'
Making install in application5
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application5'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application5'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application5'
make[5]: Nothing to be done for 'install-exec-am'.
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5/org.gtk.exampleapp.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5/org.gtk.exampleapp.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application5'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application5'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application5'
Making install in application6
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application6'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application6'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application6'
make[5]: Nothing to be done for 'install-exec-am'.
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/org.gtk.exampleapp.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/org.gtk.exampleapp.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application6'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application6'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application6'
Making install in application7
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application7'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application7'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application7'
make[5]: Nothing to be done for 'install-exec-am'.
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/org.gtk.exampleapp.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/org.gtk.exampleapp.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application7'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application7'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application7'
Making install in application8
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application8'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application8'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application8'
make[5]: Nothing to be done for 'install-exec-am'.
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/org.gtk.exampleapp.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/org.gtk.exampleapp.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application8'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application8'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application8'
Making install in application9
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application9'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application9'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application9'
make[5]: Nothing to be done for 'install-exec-am'.
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/org.gtk.exampleapp.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/org.gtk.exampleapp.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application9'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application9'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application9'
Making install in application10
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application10'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application10'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application10'
make[5]: Nothing to be done for 'install-exec-am'.
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/org.gtk.exampleapp.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/org.gtk.exampleapp.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application10'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application10'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples/application10'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/examples'
Making install in docs
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs'
Making install in reference
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference'
Making install in gdk
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/gdk'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/gdk'
make[5]: Nothing to be done for 'install-exec-am'.
Nothing to install
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/gdk'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/gdk'
Making install in gtk
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/gtk'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/gtk'
make[5]: Nothing to be done for 'install-exec-am'.
Nothing to install
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/man/man1'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk-query-immodules-3.0.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk-update-icon-cache.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk-encode-symbolic-svg.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk-launch.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk3-demo.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk3-demo-application.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk3-widget-factory.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk3-icon-browser.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/broadwayd.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk-builder-tool.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk-query-settings.1 '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/man/man1'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/gtk'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/gtk'
Making install in libgail-util
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/libgail-util'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/libgail-util'
make[5]: Nothing to be done for 'install-exec-am'.
Nothing to install
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/libgail-util'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference/libgail-util'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/reference'
Making install in tools
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/tools'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/tools'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/tools'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs/tools'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/docs'
Making install in m4macros
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/m4macros'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/m4macros'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/aclocal'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./m4macros/gtk-3.0.m4 '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/share/aclocal'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/m4macros'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/m4macros'
Making install in build
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build'
Making install in win32
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32'
Making install in vs9
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs9'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs9'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs9'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs9'
Making install in vs10
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs10'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs10'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs10'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs10'
Making install in vs11
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs11'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs11'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs11'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs11'
Making install in vs12
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs12'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs12'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs12'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs12'
Making install in vs14
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs14'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs14'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs14'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs14'
Making install in vs15
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs15'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs15'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs15'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32/vs15'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build/win32'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared/build'
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/pkgconfig'
 /usr/bin/install -c -m 644 gdk-3.0.pc gtk+-3.0.pc gail-3.0.pc gtk+-broadway-3.0.pc gtk+-wayland-3.0.pc gdk-broadway-3.0.pc gdk-wayland-3.0.pc gtk+-unix-print-3.0.pc '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared/usr/lib/arm-linux-gnueabihf/pkgconfig'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared'
make[1]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared'
touch debian/stamp-makefile-install/shared
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C debian/build/shared_udeb install DESTDIR=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb
make[1]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb'
Making install in po
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/po'
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/af.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/af/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/am.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/am/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/an.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/an/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ang.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ang/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ar.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ar/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/as.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/as/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ast.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ast/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/az.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/az/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/az_IR.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/az_IR/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/be.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/be/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/be at latin.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/be at latin/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/bg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/bg/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/bn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/bn/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/bn_IN.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/bn_IN/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/br.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/br/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/bs.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/bs/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ca.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ca/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ca at valencia.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ca at valencia/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/crh.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/crh/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/cs.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/cs/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/cy.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/cy/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/da.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/da/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/de.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/de/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/dz.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/dz/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/el.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/el/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/en.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/en/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/en_CA.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/en_CA/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/en_GB.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/en_GB/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/en at shaw.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/en at shaw/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/eo.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/eo/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/es.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/es/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/et.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/et/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/eu.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/eu/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/fa.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/fa/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/fi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/fi/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/fr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/fr/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ga.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ga/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/gd.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/gd/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/gl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/gl/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/gu.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/gu/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/he.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/he/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/hi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/hi/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/hr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/hr/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/hu.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/hu/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/hy.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/hy/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ia.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ia/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/id.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/id/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/io.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/io/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/is.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/is/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/it.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/it/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ja.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ja/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ka.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ka/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/kg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/kg/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/kk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/kk/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/km.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/km/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/kn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/kn/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ko.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ko/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ku.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ku/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ky.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ky/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/lg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/lg/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/li.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/li/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/lt.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/lt/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/lv.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/lv/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/mai.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/mai/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/mi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/mi/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/mk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/mk/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ml.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ml/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/mn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/mn/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/mr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/mr/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ms.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ms/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/my.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/my/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/nb.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/nb/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/nds.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/nds/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ne.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ne/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/nl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/nl/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/nn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/nn/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/nso.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/nso/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/oc.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/oc/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/or.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/or/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/pa.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/pa/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/pl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/pl/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ps.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ps/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/pt.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/pt/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/pt_BR.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/pt_BR/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ro.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ro/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ru.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ru/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/rw.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/rw/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/si.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/si/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/sk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/sk/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/sl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/sl/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/sq.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/sq/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/sr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/sr/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/sr at ije.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/sr at ije/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/sr at latin.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/sr at latin/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/sv.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/sv/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ta.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ta/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/te.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/te/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/tg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/tg/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/th.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/th/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/tk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/tk/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/tr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/tr/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/tt.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/tt/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ug.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ug/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/uk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/uk/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/ur.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ur/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/uz.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/uz/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/uz at cyrillic.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/uz at cyrillic/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/vi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/vi/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/wa.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/wa/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/xh.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/xh/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/yi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/yi/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/zh_CN.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/zh_CN/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/zh_HK.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/zh_HK/LC_MESSAGES/gtk30.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/zh_TW.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/zh_TW/LC_MESSAGES/gtk30.mo
if test "gtk+" = "gettext-tools"; then \
  /bin/mkdir -p /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po/$file \
		    /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/po'
Making install in po-properties
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/po-properties'
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/af.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/af/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/am.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/am/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/an.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/an/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ang.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ang/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ar.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ar/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/as.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/as/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ast.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ast/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/az.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/az/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/az_IR.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/be.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/be/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/be at latin.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/be at latin/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/bg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/bg/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/bn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/bn/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/bn_IN.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/br.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/br/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/bs.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/bs/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ca.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ca/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ca at valencia.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ca at valencia/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/crh.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/crh/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/cs.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/cs/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/cy.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/cy/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/da.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/da/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/de.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/de/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/dz.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/dz/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/el.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/el/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/en.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/en/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/en_CA.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/en_GB.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/en at shaw.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/en at shaw/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/eo.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/eo/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/es.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/es/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/et.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/et/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/eu.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/eu/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/fa.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/fa/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/fi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/fi/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/fr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/fr/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ga.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ga/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/gd.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/gd/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/gl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/gl/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/gu.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/gu/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/he.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/he/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/hi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/hi/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/hr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/hr/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/hu.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/hu/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/hy.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/hy/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ia.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ia/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/id.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/id/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/io.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/io/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/is.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/is/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/it.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/it/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ja.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ja/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ka.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ka/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/kg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/kg/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/kk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/kk/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/km.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/km/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/kn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/kn/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ko.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ko/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ku.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ku/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ky.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ky/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/lg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/lg/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/li.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/li/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/lt.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/lt/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/lv.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/lv/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/mai.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/mai/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/mi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/mi/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/mk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/mk/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ml.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ml/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/mn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/mn/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/mr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/mr/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ms.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ms/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/my.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/my/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/nb.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/nb/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/nds.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/nds/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ne.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ne/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/nl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/nl/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/nn.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/nn/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/nso.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/nso/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/oc.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/oc/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/or.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/or/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/pa.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/pa/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/pl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/pl/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ps.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ps/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/pt.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/pt/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/pt_BR.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ro.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ro/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ru.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ru/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/rw.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/rw/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/si.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/si/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/sk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/sk/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/sl.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/sl/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/sq.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/sq/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/sr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/sr/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/sr at ije.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/sr at ije/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/sr at latin.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/sr at latin/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/sv.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/sv/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ta.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ta/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/te.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/te/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/tg.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/tg/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/th.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/th/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/tk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/tk/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/tr.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/tr/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/tt.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/tt/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ug.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ug/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/uk.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/uk/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/ur.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/ur/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/uz.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/uz/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/uz at cyrillic.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/uz at cyrillic/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/vi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/vi/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/wa.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/wa/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/xh.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/xh/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/yi.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/yi/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/zh_CN.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/zh_HK.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo
installing /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/zh_TW.gmo as /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo
if test "gtk+" = "gettext-tools"; then \
  /bin/mkdir -p /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./po-properties/$file \
		    /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/po-properties'
Making install in gdk
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
if test -f gdkconfig.h; then :; \
else rm -f stamp-gc-h; /usr/bin/make stamp-gc-h; fi
/usr/bin/make  install-recursive
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
Making install in x11
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk/x11'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk/x11'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gdk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gdk'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gdk/x11'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx-autocleanups.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11applaunchcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11cursor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11device.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11device-core.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11device-xi2.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11devicemanager.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11devicemanager-core.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11devicemanager-xi2.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11display.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11displaymanager.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11dnd.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11glcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11keys.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11monitor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11property.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11screen.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11selection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11utils.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11visual.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/x11/gdkx11window.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gdk/x11'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk/x11'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk/x11'
Making install in .
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
if test -f gdkconfig.h; then :; \
else rm -f stamp-gc-h; /usr/bin/make stamp-gc-h; fi
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libgdk-3.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/libgdk-3.so.0.2200.11 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/libgdk-3.so.0.2200.11
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf && { ln -s -f libgdk-3.so.0.2200.11 libgdk-3.so.0 || { rm -f libgdk-3.so.0 && ln -s libgdk-3.so.0.2200.11 libgdk-3.so.0; }; })
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf && { ln -s -f libgdk-3.so.0.2200.11 libgdk-3.so || { rm -f libgdk-3.so && ln -s libgdk-3.so.0.2200.11 libgdk-3.so; }; })
libtool: install: /usr/bin/install -c .libs/libgdk-3.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/libgdk-3.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf'
/usr/bin/make  install-exec-hook
make[6]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
/bin/bash /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./sanitize-la.sh /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/libgdk-3.la
make[6]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gdk/deprecated'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/deprecated/gdkcolor.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gdk/deprecated'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gdk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdk-autocleanup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkapplaunchcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkcairo.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkcursor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevice.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicepad.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicetool.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdevicemanager.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplay.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdisplaymanager.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdnd.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkdrawingcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkevents.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframetimings.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkglcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkkeys.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkkeysyms.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkkeysyms-compat.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmain.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkmonitor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkpango.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkframeclock.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkpixbuf.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkprivate.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkproperty.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkrectangle.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkrgba.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkscreen.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkseat.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkselection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdktestutils.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkthreads.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdktypes.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkvisual.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkwindow.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gdk'
if test -f gdkconfig.h; then :; \
else rm -f stamp-gc-h; /usr/bin/make stamp-gc-h; fi
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gdk'
 /usr/bin/install -c -m 644 gdkconfig.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gdk/gdkenumtypes.h gdkversionmacros.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gdk'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gdk'
Making install in gtk
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk'
Failed to open file './gtk.gresource.xml': No such file or directory
Failed to open file './gtk.gresource.xml': No such file or directory
/usr/bin/make  install-am
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk'
Failed to open file './gtk.gresource.xml': No such file or directory
Failed to open file './gtk.gresource.xml': No such file or directory
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk'
Failed to open file './gtk.gresource.xml': No such file or directory
Failed to open file './gtk.gresource.xml': No such file or directory
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libgtk-3.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf'
libtool: warning: relinking 'libgtk-3.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-Bsymbolic-functions -version-info 2200:11:2200 -export-dynamic -rpath /usr/lib/arm-linux-gnueabihf -Wl,-z,relro -Wl,-O1 -o libgtk-3.la -rpath /usr/lib/arm-linux-gnueabihf a11y/libgtk_3_la-gtkaccessibility.lo a11y/libgtk_3_la-gtkaccessibilitymisc.lo a11y/libgtk_3_la-gtkaccessibilityutil.lo a11y/libgtk_3_la-gtkarrowaccessible.lo a11y/libgtk_3_la-gtkbooleancellaccessible.lo a11y/libgtk_3_la-gtkbuttonaccessible.lo a11y/libgtk_3_la-gtkcellaccessible.lo a11y/libgtk_3_la-gtkcellaccessibleparent.lo a11y/libgtk_3_la-gtkcheckmenuitemaccessible.lo a11y/libgtk_3_la-gtkcolorswatchaccessible.lo a11y/libgtk_3_la-gtkcomboboxaccessible.lo a11y/libgtk_3_la-gtkcontaineraccessible.lo a11y/libgtk_3_la-gtkcontainercellaccessible.lo a11y/libgtk_3_la-gtkentryaccessible.lo a11y/libgtk_3_la-gtkexpanderaccessible.lo a11y/libgtk_3_la-gtkflowboxaccessible.lo a11y/libgtk_3_la-gtkflowboxchildaccessible.lo a11y/libgtk_3_la-gtkframeaccessible.lo a11y/libgtk_3_la-gtkiconviewaccessible.lo a11y/libgtk_3_la-gtkimageaccessible.lo a11y/libgtk_3_la-gtkimagecellaccessible.lo a11y/libgtk_3_la-gtklabelaccessible.lo a11y/libgtk_3_la-gtklevelbaraccessible.lo a11y/libgtk_3_la-gtklinkbuttonaccessible.lo a11y/libgtk_3_la-gtklistboxaccessible.lo a11y/libgtk_3_la-gtklistboxrowaccessible.lo a11y/libgtk_3_la-gtklockbuttonaccessible.lo a11y/libgtk_3_la-gtkmenuaccessible.lo a11y/libgtk_3_la-gtkmenubuttonaccessible.lo a11y/libgtk_3_la-gtkmenushellaccessible.lo a11y/libgtk_3_la-gtkmenuitemaccessible.lo a11y/libgtk_3_la-gtknotebookaccessible.lo a11y/libgtk_3_la-gtknotebookpageaccessible.lo a11y/libgtk_3_la-gtkpanedaccessible.lo a11y/libgtk_3_la-gtkpopoveraccessible.lo a11y/libgtk_3_la-gtkprogressbaraccessible.lo a11y/libgtk_3_la-gtkradiobuttonaccessible.lo a11y/libgtk_3_la-gtkradiomenuitemaccessible.lo a11y/libgtk_3_la-gtkrangeaccessible.lo a11y/libgtk_3_la-gtkrenderercellaccessible.lo a11y/libgtk_3_la-gtkscaleaccessible.lo a11y/libgtk_3_la-gtkscalebuttonaccessible.lo a11y/libgtk_3_la-gtkscrolledwindowaccessible.lo a11y/libgtk_3_la-gtkspinbuttonaccessible.lo a11y/libgtk_3_la-gtkspinneraccessible.lo a11y/libgtk_3_la-gtkstatusbaraccessible.lo a11y/libgtk_3_la-gtkstackaccessible.lo a11y/libgtk_3_la-gtkswitchaccessible.lo a11y/libgtk_3_la-gtktextcellaccessible.lo a11y/libgtk_3_la-gtktextviewaccessible.lo a11y/libgtk_3_la-gtktogglebuttonaccessible.lo a11y/libgtk_3_la-gtktoplevelaccessible.lo a11y/libgtk_3_la-gtktreeviewaccessible.lo a11y/libgtk_3_la-gtkwidgetaccessible.lo a11y/libgtk_3_la-gtkwindowaccessible.lo deprecated/libgtk_3_la-gtkactivatable.lo deprecated/libgtk_3_la-gtkaction.lo deprecated/libgtk_3_la-gtkactiongroup.lo deprecated/libgtk_3_la-gtkalignment.lo deprecated/libgtk_3_la-gtkarrow.lo deprecated/libgtk_3_la-gtkcolorsel.lo deprecated/libgtk_3_la-gtkcolorseldialog.lo deprecated/libgtk_3_la-gtkfontsel.lo deprecated/libgtk_3_la-gtkgradient.lo deprecated/libgtk_3_la-gtkhandlebox.lo deprecated/libgtk_3_la-gtkhbbox.lo deprecated/libgtk_3_la-gtkhbox.lo deprecated/libgtk_3_la-gtkhpaned.lo deprecated/libgtk_3_la-gtkhscale.lo deprecated/libgtk_3_la-gtkhscrollbar.lo deprecated/libgtk_3_la-gtkhseparator.lo deprecated/libgtk_3_la-gtkhsv.lo deprecated/libgtk_3_la-gtkiconfactory.lo deprecated/libgtk_3_la-gtkimagemenuitem.lo deprecated/libgtk_3_la-gtkmisc.lo deprecated/libgtk_3_la-gtknumerableicon.lo deprecated/libgtk_3_la-gtkradioaction.lo deprecated/libgtk_3_la-gtkrc.lo deprecated/libgtk_3_la-gtkrecentaction.lo deprecated/libgtk_3_la-gtkstatusicon.lo deprecated/libgtk_3_la-gtkstock.lo deprecated/libgtk_3_la-gtkstyle.lo deprecated/libgtk_3_la-gtkstyleproperties.lo deprecated/libgtk_3_la-gtksymboliccolor.lo deprecated/libgtk_3_la-gtktable.lo deprecated/libgtk_3_la-gtktearoffmenuitem.lo deprecated/libgtk_3_la-gtkthemingengine.lo deprecated/libgtk_3_la-gtktoggleaction.lo deprecated/libgtk_3_la-gtkuimanager.lo deprecated/libgtk_3_la-gtkvbbox.lo deprecated/libgtk_3_la-gtkvbox.lo deprecated/libgtk_3_la-gtkvscale.lo deprecated/libgtk_3_la-gtkvscrollbar.lo deprecated/libgtk_3_la-gtkvseparator.lo deprecated/libgtk_3_la-gtkvpaned.lo inspector/libgtk_3_la-action-editor.lo inspector/libgtk_3_la-actions.lo inspector/libgtk_3_la-cellrenderergraph.lo inspector/libgtk_3_la-css-editor.lo inspector/libgtk_3_la-css-node-tree.lo inspector/libgtk_3_la-data-list.lo inspector/libgtk_3_la-general.lo inspector/libgtk_3_la-gestures.lo inspector/libgtk_3_la-graphdata.lo inspector/libgtk_3_la-gtkstackcombo.lo inspector/libgtk_3_la-gtktreemodelcssnode.lo inspector/libgtk_3_la-init.lo inspector/libgtk_3_la-inspect-button.lo inspector/libgtk_3_la-magnifier.lo inspector/libgtk_3_la-menu.lo inspector/libgtk_3_la-misc-info.lo inspector/libgtk_3_la-object-hierarchy.lo inspector/libgtk_3_la-object-tree.lo inspector/libgtk_3_la-prop-editor.lo inspector/libgtk_3_la-prop-list.lo inspector/libgtk_3_la-resource-list.lo inspector/libgtk_3_la-selector.lo inspector/libgtk_3_la-signals-list.lo inspector/libgtk_3_la-size-groups.lo inspector/libgtk_3_la-statistics.lo inspector/libgtk_3_la-strv-editor.lo inspector/libgtk_3_la-treewalk.lo inspector/libgtk_3_la-visual.lo inspector/libgtk_3_la-window.lo libgtk_3_la-gtkactionmuxer.lo libgtk_3_la-gtkactionobserver.lo libgtk_3_la-gtkactionobservable.lo libgtk_3_la-gtkactionable.lo libgtk_3_la-gtkquery.lo libgtk_3_la-gtksearchbar.lo libgtk_3_la-gtksearchentry.lo libgtk_3_la-gtksearchengine.lo libgtk_3_la-gtksearchenginesimple.lo libgtk_3_la-gtksearchenginemodel.lo libgtk_3_la-fnmatch.lo libgtk_3_la-gtkaboutdialog.lo libgtk_3_la-gtkaccelgroup.lo libgtk_3_la-gtkaccellabel.lo libgtk_3_la-gtkaccelmap.lo libgtk_3_la-gtkaccessible.lo libgtk_3_la-gtkactionbar.lo libgtk_3_la-gtkactionhelper.lo libgtk_3_la-gtkadjustment.lo libgtk_3_la-gtkallocatedbitmask.lo libgtk_3_la-gtkappchooser.lo libgtk_3_la-gtkappchooserwidget.lo libgtk_3_la-gtkappchooserbutton.lo libgtk_3_la-gtkappchooserdialog.lo libgtk_3_la-gtkapplication.lo libgtk_3_la-gtkapplicationaccels.lo libgtk_3_la-gtkapplicationimpl.lo libgtk_3_la-gtkapplicationwindow.lo libgtk_3_la-gtkaspectframe.lo libgtk_3_la-gtkassistant.lo libgtk_3_la-gtkbbox.lo libgtk_3_la-gtkbin.lo libgtk_3_la-gtkbindings.lo libgtk_3_la-gtkbookmarksmanager.lo libgtk_3_la-gtkborder.lo libgtk_3_la-gtkbox.lo libgtk_3_la-gtkboxgadget.lo libgtk_3_la-gtkbuildable.lo libgtk_3_la-gtkbuilder.lo libgtk_3_la-gtkbuilderparser.lo libgtk_3_la-gtkbuilder-menus.lo libgtk_3_la-gtkbuiltinicon.lo libgtk_3_la-gtkbutton.lo libgtk_3_la-gtkcairoblur.lo libgtk_3_la-gtkcalendar.lo libgtk_3_la-gtkcellarea.lo libgtk_3_la-gtkcellareabox.lo libgtk_3_la-gtkcellareaboxcontext.lo libgtk_3_la-gtkcellareacontext.lo libgtk_3_la-gtkcelleditable.lo libgtk_3_la-gtkcelllayout.lo libgtk_3_la-gtkcellrenderer.lo libgtk_3_la-gtkcellrendereraccel.lo libgtk_3_la-gtkcellrenderercombo.lo libgtk_3_la-gtkcellrendererpixbuf.lo libgtk_3_la-gtkcellrendererprogress.lo libgtk_3_la-gtkcellrendererspin.lo libgtk_3_la-gtkcellrendererspinner.lo libgtk_3_la-gtkcellrenderertext.lo libgtk_3_la-gtkcellrenderertoggle.lo libgtk_3_la-gtkcellview.lo libgtk_3_la-gtkcheckbutton.lo libgtk_3_la-gtkcheckmenuitem.lo libgtk_3_la-gtkcolorbutton.lo libgtk_3_la-gtkcolorchooser.lo libgtk_3_la-gtkcolorchooserwidget.lo libgtk_3_la-gtkcolorchooserdialog.lo libgtk_3_la-gtkcoloreditor.lo libgtk_3_la-gtkcolorplane.lo libgtk_3_la-gtkcolorscale.lo libgtk_3_la-gtkcolorswatch.lo libgtk_3_la-gtkcolorutils.lo libgtk_3_la-gtkcombobox.lo libgtk_3_la-gtkcomboboxtext.lo libgtk_3_la-gtkcomposetable.lo libgtk_3_la-gtkcontainer.lo libgtk_3_la-gtkcssanimation.lo libgtk_3_la-gtkcssanimatedstyle.lo libgtk_3_la-gtkcssarrayvalue.lo libgtk_3_la-gtkcssbgsizevalue.lo libgtk_3_la-gtkcssbordervalue.lo libgtk_3_la-gtkcsscalcvalue.lo libgtk_3_la-gtkcsscolorvalue.lo libgtk_3_la-gtkcsscornervalue.lo libgtk_3_la-gtkcsscustomgadget.lo libgtk_3_la-gtkcsscustomproperty.lo libgtk_3_la-gtkcssdimensionvalue.lo libgtk_3_la-gtkcsseasevalue.lo libgtk_3_la-gtkcssenumvalue.lo libgtk_3_la-gtkcssenginevalue.lo libgtk_3_la-gtkcssgadget.lo libgtk_3_la-gtkcssiconthemevalue.lo libgtk_3_la-gtkcssimage.lo libgtk_3_la-gtkcssimagebuiltin.lo libgtk_3_la-gtkcssimagecrossfade.lo libgtk_3_la-gtkcssimagefallback.lo libgtk_3_la-gtkcssimagegradient.lo libgtk_3_la-gtkcssimageicontheme.lo libgtk_3_la-gtkcssimagelinear.lo libgtk_3_la-gtkcssimageradial.lo libgtk_3_la-gtkcssimagesurface.lo libgtk_3_la-gtkcssimageurl.lo libgtk_3_la-gtkcssimagerecolor.lo libgtk_3_la-gtkcssimagescaled.lo libgtk_3_la-gtkcssimagevalue.lo libgtk_3_la-gtkcssimagewin32.lo libgtk_3_la-gtkcssinheritvalue.lo libgtk_3_la-gtkcssinitialvalue.lo libgtk_3_la-gtkcsskeyframes.lo libgtk_3_la-gtkcsslookup.lo libgtk_3_la-gtkcssmatcher.lo libgtk_3_la-gtkcssnode.lo libgtk_3_la-gtkcssnodedeclaration.lo libgtk_3_la-gtkcssnodestylecache.lo libgtk_3_la-gtkcssnumbervalue.lo libgtk_3_la-gtkcsspalettevalue.lo libgtk_3_la-gtkcssparser.lo libgtk_3_la-gtkcsspathnode.lo libgtk_3_la-gtkcsspositionvalue.lo libgtk_3_la-gtkcssprovider.lo libgtk_3_la-gtkcssrepeatvalue.lo libgtk_3_la-gtkcssrgbavalue.lo libgtk_3_la-gtkcsssection.lo libgtk_3_la-gtkcssselector.lo libgtk_3_la-gtkcssstringvalue.lo libgtk_3_la-gtkcssstyle.lo libgtk_3_la-gtkcssstylechange.lo libgtk_3_la-gtkcssshadowsvalue.lo libgtk_3_la-gtkcssshadowvalue.lo libgtk_3_la-gtkcssshorthandproperty.lo libgtk_3_la-gtkcssshorthandpropertyimpl.lo libgtk_3_la-gtkcssstaticstyle.lo libgtk_3_la-gtkcssstylefuncs.lo libgtk_3_la-gtkcssstyleproperty.lo libgtk_3_la-gtkcssstylepropertyimpl.lo libgtk_3_la-gtkcsstransformvalue.lo libgtk_3_la-gtkcsstransientnode.lo libgtk_3_la-gtkcsstransition.lo libgtk_3_la-gtkcsstypedvalue.lo libgtk_3_la-gtkcssunsetvalue.lo libgtk_3_la-gtkcsstypes.lo libgtk_3_la-gtkcssvalue.lo libgtk_3_la-gtkcsswidgetnode.lo libgtk_3_la-gtkcsswin32sizevalue.lo libgtk_3_la-gtkdialog.lo libgtk_3_la-gtkdragsource.lo libgtk_3_la-gtkdrawingarea.lo libgtk_3_la-gtkeditable.lo libgtk_3_la-gtkentry.lo libgtk_3_la-gtkentrybuffer.lo libgtk_3_la-gtkentrycompletion.lo libgtk_3_la-gtkeventbox.lo libgtk_3_la-gtkeventcontroller.lo libgtk_3_la-gtkexpander.lo libgtk_3_la-gtkfilechooser.lo libgtk_3_la-gtkfilechooserbutton.lo libgtk_3_la-gtkfilechooserdialog.lo libgtk_3_la-gtkfilechooserembed.lo libgtk_3_la-gtkfilechooserentry.lo libgtk_3_la-gtkfilechoosernative.lo libgtk_3_la-gtkfilechoosernativeportal.lo libgtk_3_la-gtkfilechooserutils.lo libgtk_3_la-gtkfilechooserwidget.lo libgtk_3_la-gtkfilefilter.lo libgtk_3_la-gtkfilesystem.lo libgtk_3_la-gtkfilesystemmodel.lo libgtk_3_la-gtkfixed.lo libgtk_3_la-gtkflowbox.lo libgtk_3_la-gtkfontbutton.lo libgtk_3_la-gtkfontchooser.lo libgtk_3_la-gtkfontchooserdialog.lo libgtk_3_la-gtkfontchooserutils.lo libgtk_3_la-gtkfontchooserwidget.lo libgtk_3_la-gtkframe.lo libgtk_3_la-gtkgladecatalog.lo libgtk_3_la-gtkgesture.lo libgtk_3_la-gtkgesturedrag.lo libgtk_3_la-gtkgesturelongpress.lo libgtk_3_la-gtkgesturemultipress.lo libgtk_3_la-gtkgesturepan.lo libgtk_3_la-gtkgesturerotate.lo libgtk_3_la-gtkgesturesingle.lo libgtk_3_la-gtkgestureswipe.lo libgtk_3_la-gtkgesturezoom.lo libgtk_3_la-gtkglarea.lo libgtk_3_la-gtkgrid.lo libgtk_3_la-gtkheaderbar.lo libgtk_3_la-gtkhsla.lo libgtk_3_la-gtkicon.lo libgtk_3_la-gtkiconcache.lo libgtk_3_la-gtkiconcachevalidator.lo libgtk_3_la-gtkiconhelper.lo libgtk_3_la-gtkicontheme.lo libgtk_3_la-gtkiconview.lo libgtk_3_la-gtkimage.lo libgtk_3_la-gtkimagedefinition.lo libgtk_3_la-gtkimcontext.lo libgtk_3_la-gtkimcontextsimple.lo libgtk_3_la-gtkimmodule.lo libgtk_3_la-gtkimmulticontext.lo libgtk_3_la-gtkinfobar.lo libgtk_3_la-gtkinvisible.lo libgtk_3_la-gtkkeyhash.lo libgtk_3_la-gtkkineticscrolling.lo libgtk_3_la-gtklabel.lo libgtk_3_la-gtklayout.lo libgtk_3_la-gtklevelbar.lo libgtk_3_la-gtklinkbutton.lo libgtk_3_la-gtklistbox.lo libgtk_3_la-gtkliststore.lo libgtk_3_la-gtklockbutton.lo libgtk_3_la-gtkmain.lo libgtk_3_la-gtkmagnifier.lo libgtk_3_la-gtkmarshalers.lo libgtk_3_la-gtkmenu.lo libgtk_3_la-gtkmenubar.lo libgtk_3_la-gtkmenubutton.lo libgtk_3_la-gtkmenuitem.lo libgtk_3_la-gtkmenusectionbox.lo libgtk_3_la-gtkmenushell.lo libgtk_3_la-gtkmenutracker.lo libgtk_3_la-gtkmenutrackeritem.lo libgtk_3_la-gtkmenutoolbutton.lo libgtk_3_la-gtkmessagedialog.lo libgtk_3_la-gtkmnemonichash.lo libgtk_3_la-gtkmodelmenuitem.lo libgtk_3_la-gtkmodelbutton.lo libgtk_3_la-gtkmodifierstyle.lo libgtk_3_la-gtkmodules.lo libgtk_3_la-gtkmountoperation.lo libgtk_3_la-gtknativedialog.lo libgtk_3_la-gtknotebook.lo libgtk_3_la-gtkoffscreenwindow.lo libgtk_3_la-gtkorientable.lo libgtk_3_la-gtkoverlay.lo libgtk_3_la-gtkpadcontroller.lo libgtk_3_la-gtkpagesetup.lo libgtk_3_la-gtkpaned.lo libgtk_3_la-gtkpango.lo libgtk_3_la-gtkpapersize.lo libgtk_3_la-gtkpathbar.lo libgtk_3_la-gtkplacessidebar.lo libgtk_3_la-gtkplacesview.lo libgtk_3_la-gtkplacesviewrow.lo libgtk_3_la-gtkprintcontext.lo libgtk_3_la-gtkprintoperation.lo libgtk_3_la-gtkprintoperationpreview.lo libgtk_3_la-gtkprintsettings.lo libgtk_3_la-gtkprintutils.lo libgtk_3_la-gtkprivate.lo libgtk_3_la-gtkprivatetypebuiltins.lo libgtk_3_la-gtkprogressbar.lo libgtk_3_la-gtkprogresstracker.lo libgtk_3_la-gtkpixelcache.lo libgtk_3_la-gtkpopover.lo libgtk_3_la-gtkpopovermenu.lo libgtk_3_la-gtkradiobutton.lo libgtk_3_la-gtkradiomenuitem.lo libgtk_3_la-gtkradiotoolbutton.lo libgtk_3_la-gtkrange.lo libgtk_3_la-gtkrbtree.lo libgtk_3_la-gtkrecentchooserdefault.lo libgtk_3_la-gtkrecentchooserdialog.lo libgtk_3_la-gtkrecentchoosermenu.lo libgtk_3_la-gtkrecentchooserwidget.lo libgtk_3_la-gtkrecentchooserutils.lo libgtk_3_la-gtkrecentchooser.lo libgtk_3_la-gtkrecentfilter.lo libgtk_3_la-gtkrecentmanager.lo libgtk_3_la-gtkrender.lo libgtk_3_la-gtkrenderbackground.lo libgtk_3_la-gtkrenderborder.lo libgtk_3_la-gtkrendericon.lo libgtk_3_la-gtkresources.lo libgtk_3_la-gtkrevealer.lo libgtk_3_la-gtkroundedbox.lo libgtk_3_la-gtkscale.lo libgtk_3_la-gtkscalebutton.lo libgtk_3_la-gtkscrollable.lo libgtk_3_la-gtkscrollbar.lo libgtk_3_la-gtkscrolledwindow.lo libgtk_3_la-gtkselection.lo libgtk_3_la-gtkseparator.lo libgtk_3_la-gtkseparatormenuitem.lo libgtk_3_la-gtkseparatortoolitem.lo libgtk_3_la-gtksettings.lo libgtk_3_la-gtkshortcutsgroup.lo libgtk_3_la-gtkshortcutlabel.lo libgtk_3_la-gtkshortcutsshortcut.lo libgtk_3_la-gtkshortcutssection.lo libgtk_3_la-gtkshortcutswindow.lo libgtk_3_la-gtksidebarrow.lo libgtk_3_la-gtksizegroup.lo libgtk_3_la-gtksizerequest.lo libgtk_3_la-gtksizerequestcache.lo libgtk_3_la-gtkshow.lo libgtk_3_la-gtkstacksidebar.lo libgtk_3_la-gtkspinbutton.lo libgtk_3_la-gtkspinner.lo libgtk_3_la-gtkstack.lo libgtk_3_la-gtkstackswitcher.lo libgtk_3_la-gtkstatusbar.lo libgtk_3_la-gtkstyleanimation.lo libgtk_3_la-gtkstylecascade.lo libgtk_3_la-gtkstylecontext.lo libgtk_3_la-gtkstyleproperty.lo libgtk_3_la-gtkstyleprovider.lo libgtk_3_la-gtkstyleproviderprivate.lo libgtk_3_la-gtkswitch.lo libgtk_3_la-gtktestutils.lo libgtk_3_la-gtktextattributes.lo libgtk_3_la-gtktextbtree.lo libgtk_3_la-gtktextbuffer.lo libgtk_3_la-gtktextbufferrichtext.lo libgtk_3_la-gtktextbufferserialize.lo libgtk_3_la-gtktextchild.lo libgtk_3_la-gtktextdisplay.lo libgtk_3_la-gtktexthandle.lo libgtk_3_la-gtktextiter.lo libgtk_3_la-gtktextlayout.lo libgtk_3_la-gtktextmark.lo libgtk_3_la-gtktextsegment.lo libgtk_3_la-gtktexttag.lo libgtk_3_la-gtktexttagtable.lo libgtk_3_la-gtktexttypes.lo libgtk_3_la-gtktextutil.lo libgtk_3_la-gtktextview.lo libgtk_3_la-gtktogglebutton.lo libgtk_3_la-gtktoggletoolbutton.lo libgtk_3_la-gtktoolbar.lo libgtk_3_la-gtktoolbutton.lo libgtk_3_la-gtktoolitem.lo libgtk_3_la-gtktoolitemgroup.lo libgtk_3_la-gtktoolpalette.lo libgtk_3_la-gtktoolshell.lo libgtk_3_la-gtktooltip.lo libgtk_3_la-gtktooltipwindow.lo libgtk_3_la-gtktrashmonitor.lo libgtk_3_la-gtktreedatalist.lo libgtk_3_la-gtktreednd.lo libgtk_3_la-gtktreemenu.lo libgtk_3_la-gtktreemodel.lo libgtk_3_la-gtktreemodelfilter.lo libgtk_3_la-gtktreemodelsort.lo libgtk_3_la-gtktreeselection.lo libgtk_3_la-gtktreesortable.lo libgtk_3_la-gtktreestore.lo libgtk_3_la-gtktreeview.lo libgtk_3_la-gtktreeviewcolumn.lo libgtk_3_la-gtktypebuiltins.lo libgtk_3_la-gtkutils.lo libgtk_3_la-gtkvolumebutton.lo libgtk_3_la-gtkviewport.lo libgtk_3_la-gtkwidget.lo libgtk_3_la-gtkwidgetpath.lo libgtk_3_la-gtkwindow.lo libgtk_3_la-gtkwindowgroup.lo libgtk_3_la-gtkwin32draw.lo libgtk_3_la-gtkwin32theme.lo libgtk_3_la-gdkpixbufutils.lo libgtk_3_la-gtkclipboard.lo libgtk_3_la-gtkdnd.lo libgtk_3_la-gtkdragdest.lo libgtk_3_la-gtkcustompaperunixdialog.lo libgtk_3_la-gtkpagesetupunixdialog.lo libgtk_3_la-gtkprinter.lo libgtk_3_la-gtkprinteroption.lo libgtk_3_la-gtkprinteroptionset.lo libgtk_3_la-gtkprinteroptionwidget.lo libgtk_3_la-gtkprintjob.lo libgtk_3_la-gtkprintoperation-unix.lo libgtk_3_la-gtkprintoperation-portal.lo libgtk_3_la-gtkprintunixdialog.lo libgtk_3_la-gtkprintbackend.lo libgtk_3_la-gtksearchenginetracker.lo libgtk_3_la-gtkplug.lo libgtk_3_la-gtksocket.lo libgtk_3_la-gtkxembed.lo deprecated/libgtk_3_la-gtktrayicon-x11.lo libgtk_3_la-gtkapplication-x11.lo libgtk_3_la-gtkmountoperation-x11.lo libgtk_3_la-gtkapplication-dbus.lo libgtk_3_la-gtkdbusgenerated.lo ../gdk/libgdk-3.la -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  a11y/.libs/libgtk_3_la-gtkaccessibility.o a11y/.libs/libgtk_3_la-gtkaccessibilitymisc.o a11y/.libs/libgtk_3_la-gtkaccessibilityutil.o a11y/.libs/libgtk_3_la-gtkarrowaccessible.o a11y/.libs/libgtk_3_la-gtkbooleancellaccessible.o a11y/.libs/libgtk_3_la-gtkbuttonaccessible.o a11y/.libs/libgtk_3_la-gtkcellaccessible.o a11y/.libs/libgtk_3_la-gtkcellaccessibleparent.o a11y/.libs/libgtk_3_la-gtkcheckmenuitemaccessible.o a11y/.libs/libgtk_3_la-gtkcolorswatchaccessible.o a11y/.libs/libgtk_3_la-gtkcomboboxaccessible.o a11y/.libs/libgtk_3_la-gtkcontaineraccessible.o a11y/.libs/libgtk_3_la-gtkcontainercellaccessible.o a11y/.libs/libgtk_3_la-gtkentryaccessible.o a11y/.libs/libgtk_3_la-gtkexpanderaccessible.o a11y/.libs/libgtk_3_la-gtkflowboxaccessible.o a11y/.libs/libgtk_3_la-gtkflowboxchildaccessible.o a11y/.libs/libgtk_3_la-gtkframeaccessible.o a11y/.libs/libgtk_3_la-gtkiconviewaccessible.o a11y/.libs/libgtk_3_la-gtkimageaccessible.o a11y/.libs/libgtk_3_la-gtkimagecellaccessible.o a11y/.libs/libgtk_3_la-gtklabelaccessible.o a11y/.libs/libgtk_3_la-gtklevelbaraccessible.o a11y/.libs/libgtk_3_la-gtklinkbuttonaccessible.o a11y/.libs/libgtk_3_la-gtklistboxaccessible.o a11y/.libs/libgtk_3_la-gtklistboxrowaccessible.o a11y/.libs/libgtk_3_la-gtklockbuttonaccessible.o a11y/.libs/libgtk_3_la-gtkmenuaccessible.o a11y/.libs/libgtk_3_la-gtkmenubuttonaccessible.o a11y/.libs/libgtk_3_la-gtkmenushellaccessible.o a11y/.libs/libgtk_3_la-gtkmenuitemaccessible.o a11y/.libs/libgtk_3_la-gtknotebookaccessible.o a11y/.libs/libgtk_3_la-gtknotebookpageaccessible.o a11y/.libs/libgtk_3_la-gtkpanedaccessible.o a11y/.libs/libgtk_3_la-gtkpopoveraccessible.o a11y/.libs/libgtk_3_la-gtkprogressbaraccessible.o a11y/.libs/libgtk_3_la-gtkradiobuttonaccessible.o a11y/.libs/libgtk_3_la-gtkradiomenuitemaccessible.o a11y/.libs/libgtk_3_la-gtkrangeaccessible.o a11y/.libs/libgtk_3_la-gtkrenderercellaccessible.o a11y/.libs/libgtk_3_la-gtkscaleaccessible.o a11y/.libs/libgtk_3_la-gtkscalebuttonaccessible.o a11y/.libs/libgtk_3_la-gtkscrolledwindowaccessible.o a11y/.libs/libgtk_3_la-gtkspinbuttonaccessible.o a11y/.libs/libgtk_3_la-gtkspinneraccessible.o a11y/.libs/libgtk_3_la-gtkstatusbaraccessible.o a11y/.libs/libgtk_3_la-gtkstackaccessible.o a11y/.libs/libgtk_3_la-gtkswitchaccessible.o a11y/.libs/libgtk_3_la-gtktextcellaccessible.o a11y/.libs/libgtk_3_la-gtktextviewaccessible.o a11y/.libs/libgtk_3_la-gtktogglebuttonaccessible.o a11y/.libs/libgtk_3_la-gtktoplevelaccessible.o a11y/.libs/libgtk_3_la-gtktreeviewaccessible.o a11y/.libs/libgtk_3_la-gtkwidgetaccessible.o a11y/.libs/libgtk_3_la-gtkwindowaccessible.o deprecated/.libs/libgtk_3_la-gtkactivatable.o deprecated/.libs/libgtk_3_la-gtkaction.o deprecated/.libs/libgtk_3_la-gtkactiongroup.o deprecated/.libs/libgtk_3_la-gtkalignment.o deprecated/.libs/libgtk_3_la-gtkarrow.o deprecated/.libs/libgtk_3_la-gtkcolorsel.o deprecated/.libs/libgtk_3_la-gtkcolorseldialog.o deprecated/.libs/libgtk_3_la-gtkfontsel.o deprecated/.libs/libgtk_3_la-gtkgradient.o deprecated/.libs/libgtk_3_la-gtkhandlebox.o deprecated/.libs/libgtk_3_la-gtkhbbox.o deprecated/.libs/libgtk_3_la-gtkhbox.o deprecated/.libs/libgtk_3_la-gtkhpaned.o deprecated/.libs/libgtk_3_la-gtkhscale.o deprecated/.libs/libgtk_3_la-gtkhscrollbar.o deprecated/.libs/libgtk_3_la-gtkhseparator.o deprecated/.libs/libgtk_3_la-gtkhsv.o deprecated/.libs/libgtk_3_la-gtkiconfactory.o deprecated/.libs/libgtk_3_la-gtkimagemenuitem.o deprecated/.libs/libgtk_3_la-gtkmisc.o deprecated/.libs/libgtk_3_la-gtknumerableicon.o deprecated/.libs/libgtk_3_la-gtkradioaction.o deprecated/.libs/libgtk_3_la-gtkrc.o deprecated/.libs/libgtk_3_la-gtkrecentaction.o deprecated/.libs/libgtk_3_la-gtkstatusicon.o deprecated/.libs/libgtk_3_la-gtkstock.o deprecated/.libs/libgtk_3_la-gtkstyle.o deprecated/.libs/libgtk_3_la-gtkstyleproperties.o deprecated/.libs/libgtk_3_la-gtksymboliccolor.o deprecated/.libs/libgtk_3_la-gtktable.o deprecated/.libs/libgtk_3_la-gtktearoffmenuitem.o deprecated/.libs/libgtk_3_la-gtkthemingengine.o deprecated/.libs/libgtk_3_la-gtktoggleaction.o deprecated/.libs/libgtk_3_la-gtkuimanager.o deprecated/.libs/libgtk_3_la-gtkvbbox.o deprecated/.libs/libgtk_3_la-gtkvbox.o deprecated/.libs/libgtk_3_la-gtkvscale.o deprecated/.libs/libgtk_3_la-gtkvscrollbar.o deprecated/.libs/libgtk_3_la-gtkvseparator.o deprecated/.libs/libgtk_3_la-gtkvpaned.o inspector/.libs/libgtk_3_la-action-editor.o inspector/.libs/libgtk_3_la-actions.o inspector/.libs/libgtk_3_la-cellrenderergraph.o inspector/.libs/libgtk_3_la-css-editor.o inspector/.libs/libgtk_3_la-css-node-tree.o inspector/.libs/libgtk_3_la-data-list.o inspector/.libs/libgtk_3_la-general.o inspector/.libs/libgtk_3_la-gestures.o inspector/.libs/libgtk_3_la-graphdata.o inspector/.libs/libgtk_3_la-gtkstackcombo.o inspector/.libs/libgtk_3_la-gtktreemodelcssnode.o inspector/.libs/libgtk_3_la-init.o inspector/.libs/libgtk_3_la-inspect-button.o inspector/.libs/libgtk_3_la-magnifier.o inspector/.libs/libgtk_3_la-menu.o inspector/.libs/libgtk_3_la-misc-info.o inspector/.libs/libgtk_3_la-object-hierarchy.o inspector/.libs/libgtk_3_la-object-tree.o inspector/.libs/libgtk_3_la-prop-editor.o inspector/.libs/libgtk_3_la-prop-list.o inspector/.libs/libgtk_3_la-resource-list.o inspector/.libs/libgtk_3_la-selector.o inspector/.libs/libgtk_3_la-signals-list.o inspector/.libs/libgtk_3_la-size-groups.o inspector/.libs/libgtk_3_la-statistics.o inspector/.libs/libgtk_3_la-strv-editor.o inspector/.libs/libgtk_3_la-treewalk.o inspector/.libs/libgtk_3_la-visual.o inspector/.libs/libgtk_3_la-window.o .libs/libgtk_3_la-gtkactionmuxer.o .libs/libgtk_3_la-gtkactionobserver.o .libs/libgtk_3_la-gtkactionobservable.o .libs/libgtk_3_la-gtkactionable.o .libs/libgtk_3_la-gtkquery.o .libs/libgtk_3_la-gtksearchbar.o .libs/libgtk_3_la-gtksearchentry.o .libs/libgtk_3_la-gtksearchengine.o .libs/libgtk_3_la-gtksearchenginesimple.o .libs/libgtk_3_la-gtksearchenginemodel.o .libs/libgtk_3_la-fnmatch.o .libs/libgtk_3_la-gtkaboutdialog.o .libs/libgtk_3_la-gtkaccelgroup.o .libs/libgtk_3_la-gtkaccellabel.o .libs/libgtk_3_la-gtkaccelmap.o .libs/libgtk_3_la-gtkaccessible.o .libs/libgtk_3_la-gtkactionbar.o .libs/libgtk_3_la-gtkactionhelper.o .libs/libgtk_3_la-gtkadjustment.o .libs/libgtk_3_la-gtkallocatedbitmask.o .libs/libgtk_3_la-gtkappchooser.o .libs/libgtk_3_la-gtkappchooserwidget.o .libs/libgtk_3_la-gtkappchooserbutton.o .libs/libgtk_3_la-gtkappchooserdialog.o .libs/libgtk_3_la-gtkapplication.o .libs/libgtk_3_la-gtkapplicationaccels.o .libs/libgtk_3_la-gtkapplicationimpl.o .libs/libgtk_3_la-gtkapplicationwindow.o .libs/libgtk_3_la-gtkaspectframe.o .libs/libgtk_3_la-gtkassistant.o .libs/libgtk_3_la-gtkbbox.o .libs/libgtk_3_la-gtkbin.o .libs/libgtk_3_la-gtkbindings.o .libs/libgtk_3_la-gtkbookmarksmanager.o .libs/libgtk_3_la-gtkborder.o .libs/libgtk_3_la-gtkbox.o .libs/libgtk_3_la-gtkboxgadget.o .libs/libgtk_3_la-gtkbuildable.o .libs/libgtk_3_la-gtkbuilder.o .libs/libgtk_3_la-gtkbuilderparser.o .libs/libgtk_3_la-gtkbuilder-menus.o .libs/libgtk_3_la-gtkbuiltinicon.o .libs/libgtk_3_la-gtkbutton.o .libs/libgtk_3_la-gtkcairoblur.o .libs/libgtk_3_la-gtkcalendar.o .libs/libgtk_3_la-gtkcellarea.o .libs/libgtk_3_la-gtkcellareabox.o .libs/libgtk_3_la-gtkcellareaboxcontext.o .libs/libgtk_3_la-gtkcellareacontext.o .libs/libgtk_3_la-gtkcelleditable.o .libs/libgtk_3_la-gtkcelllayout.o .libs/libgtk_3_la-gtkcellrenderer.o .libs/libgtk_3_la-gtkcellrendereraccel.o .libs/libgtk_3_la-gtkcellrenderercombo.o .libs/libgtk_3_la-gtkcellrendererpixbuf.o .libs/libgtk_3_la-gtkcellrendererprogress.o .libs/libgtk_3_la-gtkcellrendererspin.o .libs/libgtk_3_la-gtkcellrendererspinner.o .libs/libgtk_3_la-gtkcellrenderertext.o .libs/libgtk_3_la-gtkcellrenderertoggle.o .libs/libgtk_3_la-gtkcellview.o .libs/libgtk_3_la-gtkcheckbutton.o .libs/libgtk_3_la-gtkcheckmenuitem.o .libs/libgtk_3_la-gtkcolorbutton.o .libs/libgtk_3_la-gtkcolorchooser.o .libs/libgtk_3_la-gtkcolorchooserwidget.o .libs/libgtk_3_la-gtkcolorchooserdialog.o .libs/libgtk_3_la-gtkcoloreditor.o .libs/libgtk_3_la-gtkcolorplane.o .libs/libgtk_3_la-gtkcolorscale.o .libs/libgtk_3_la-gtkcolorswatch.o .libs/libgtk_3_la-gtkcolorutils.o .libs/libgtk_3_la-gtkcombobox.o .libs/libgtk_3_la-gtkcomboboxtext.o .libs/libgtk_3_la-gtkcomposetable.o .libs/libgtk_3_la-gtkcontainer.o .libs/libgtk_3_la-gtkcssanimation.o .libs/libgtk_3_la-gtkcssanimatedstyle.o .libs/libgtk_3_la-gtkcssarrayvalue.o .libs/libgtk_3_la-gtkcssbgsizevalue.o .libs/libgtk_3_la-gtkcssbordervalue.o .libs/libgtk_3_la-gtkcsscalcvalue.o .libs/libgtk_3_la-gtkcsscolorvalue.o .libs/libgtk_3_la-gtkcsscornervalue.o .libs/libgtk_3_la-gtkcsscustomgadget.o .libs/libgtk_3_la-gtkcsscustomproperty.o .libs/libgtk_3_la-gtkcssdimensionvalue.o .libs/libgtk_3_la-gtkcsseasevalue.o .libs/libgtk_3_la-gtkcssenumvalue.o .libs/libgtk_3_la-gtkcssenginevalue.o .libs/libgtk_3_la-gtkcssgadget.o .libs/libgtk_3_la-gtkcssiconthemevalue.o .libs/libgtk_3_la-gtkcssimage.o .libs/libgtk_3_la-gtkcssimagebuiltin.o .libs/libgtk_3_la-gtkcssimagecrossfade.o .libs/libgtk_3_la-gtkcssimagefallback.o .libs/libgtk_3_la-gtkcssimagegradient.o .libs/libgtk_3_la-gtkcssimageicontheme.o .libs/libgtk_3_la-gtkcssimagelinear.o .libs/libgtk_3_la-gtkcssimageradial.o .libs/libgtk_3_la-gtkcssimagesurface.o .libs/libgtk_3_la-gtkcssimageurl.o .libs/libgtk_3_la-gtkcssimagerecolor.o .libs/libgtk_3_la-gtkcssimagescaled.o .libs/libgtk_3_la-gtkcssimagevalue.o .libs/libgtk_3_la-gtkcssimagewin32.o .libs/libgtk_3_la-gtkcssinheritvalue.o .libs/libgtk_3_la-gtkcssinitialvalue.o .libs/libgtk_3_la-gtkcsskeyframes.o .libs/libgtk_3_la-gtkcsslookup.o .libs/libgtk_3_la-gtkcssmatcher.o .libs/libgtk_3_la-gtkcssnode.o .libs/libgtk_3_la-gtkcssnodedeclaration.o .libs/libgtk_3_la-gtkcssnodestylecache.o .libs/libgtk_3_la-gtkcssnumbervalue.o .libs/libgtk_3_la-gtkcsspalettevalue.o .libs/libgtk_3_la-gtkcssparser.o .libs/libgtk_3_la-gtkcsspathnode.o .libs/libgtk_3_la-gtkcsspositionvalue.o .libs/libgtk_3_la-gtkcssprovider.o .libs/libgtk_3_la-gtkcssrepeatvalue.o .libs/libgtk_3_la-gtkcssrgbavalue.o .libs/libgtk_3_la-gtkcsssection.o .libs/libgtk_3_la-gtkcssselector.o .libs/libgtk_3_la-gtkcssstringvalue.o .libs/libgtk_3_la-gtkcssstyle.o .libs/libgtk_3_la-gtkcssstylechange.o .libs/libgtk_3_la-gtkcssshadowsvalue.o .libs/libgtk_3_la-gtkcssshadowvalue.o .libs/libgtk_3_la-gtkcssshorthandproperty.o .libs/libgtk_3_la-gtkcssshorthandpropertyimpl.o .libs/libgtk_3_la-gtkcssstaticstyle.o .libs/libgtk_3_la-gtkcssstylefuncs.o .libs/libgtk_3_la-gtkcssstyleproperty.o .libs/libgtk_3_la-gtkcssstylepropertyimpl.o .libs/libgtk_3_la-gtkcsstransformvalue.o .libs/libgtk_3_la-gtkcsstransientnode.o .libs/libgtk_3_la-gtkcsstransition.o .libs/libgtk_3_la-gtkcsstypedvalue.o .libs/libgtk_3_la-gtkcssunsetvalue.o .libs/libgtk_3_la-gtkcsstypes.o .libs/libgtk_3_la-gtkcssvalue.o .libs/libgtk_3_la-gtkcsswidgetnode.o .libs/libgtk_3_la-gtkcsswin32sizevalue.o .libs/libgtk_3_la-gtkdialog.o .libs/libgtk_3_la-gtkdragsource.o .libs/libgtk_3_la-gtkdrawingarea.o .libs/libgtk_3_la-gtkeditable.o .libs/libgtk_3_la-gtkentry.o .libs/libgtk_3_la-gtkentrybuffer.o .libs/libgtk_3_la-gtkentrycompletion.o .libs/libgtk_3_la-gtkeventbox.o .libs/libgtk_3_la-gtkeventcontroller.o .libs/libgtk_3_la-gtkexpander.o .libs/libgtk_3_la-gtkfilechooser.o .libs/libgtk_3_la-gtkfilechooserbutton.o .libs/libgtk_3_la-gtkfilechooserdialog.o .libs/libgtk_3_la-gtkfilechooserembed.o .libs/libgtk_3_la-gtkfilechooserentry.o .libs/libgtk_3_la-gtkfilechoosernative.o .libs/libgtk_3_la-gtkfilechoosernativeportal.o .libs/libgtk_3_la-gtkfilechooserutils.o .libs/libgtk_3_la-gtkfilechooserwidget.o .libs/libgtk_3_la-gtkfilefilter.o .libs/libgtk_3_la-gtkfilesystem.o .libs/libgtk_3_la-gtkfilesystemmodel.o .libs/libgtk_3_la-gtkfixed.o .libs/libgtk_3_la-gtkflowbox.o .libs/libgtk_3_la-gtkfontbutton.o .libs/libgtk_3_la-gtkfontchooser.o .libs/libgtk_3_la-gtkfontchooserdialog.o .libs/libgtk_3_la-gtkfontchooserutils.o .libs/libgtk_3_la-gtkfontchooserwidget.o .libs/libgtk_3_la-gtkframe.o .libs/libgtk_3_la-gtkgladecatalog.o .libs/libgtk_3_la-gtkgesture.o .libs/libgtk_3_la-gtkgesturedrag.o .libs/libgtk_3_la-gtkgesturelongpress.o .libs/libgtk_3_la-gtkgesturemultipress.o .libs/libgtk_3_la-gtkgesturepan.o .libs/libgtk_3_la-gtkgesturerotate.o .libs/libgtk_3_la-gtkgesturesingle.o .libs/libgtk_3_la-gtkgestureswipe.o .libs/libgtk_3_la-gtkgesturezoom.o .libs/libgtk_3_la-gtkglarea.o .libs/libgtk_3_la-gtkgrid.o .libs/libgtk_3_la-gtkheaderbar.o .libs/libgtk_3_la-gtkhsla.o .libs/libgtk_3_la-gtkicon.o .libs/libgtk_3_la-gtkiconcache.o .libs/libgtk_3_la-gtkiconcachevalidator.o .libs/libgtk_3_la-gtkiconhelper.o .libs/libgtk_3_la-gtkicontheme.o .libs/libgtk_3_la-gtkiconview.o .libs/libgtk_3_la-gtkimage.o .libs/libgtk_3_la-gtkimagedefinition.o .libs/libgtk_3_la-gtkimcontext.o .libs/libgtk_3_la-gtkimcontextsimple.o .libs/libgtk_3_la-gtkimmodule.o .libs/libgtk_3_la-gtkimmulticontext.o .libs/libgtk_3_la-gtkinfobar.o .libs/libgtk_3_la-gtkinvisible.o .libs/libgtk_3_la-gtkkeyhash.o .libs/libgtk_3_la-gtkkineticscrolling.o .libs/libgtk_3_la-gtklabel.o .libs/libgtk_3_la-gtklayout.o .libs/libgtk_3_la-gtklevelbar.o .libs/libgtk_3_la-gtklinkbutton.o .libs/libgtk_3_la-gtklistbox.o .libs/libgtk_3_la-gtkliststore.o .libs/libgtk_3_la-gtklockbutton.o .libs/libgtk_3_la-gtkmain.o .libs/libgtk_3_la-gtkmagnifier.o .libs/libgtk_3_la-gtkmarshalers.o .libs/libgtk_3_la-gtkmenu.o .libs/libgtk_3_la-gtkmenubar.o .libs/libgtk_3_la-gtkmenubutton.o .libs/libgtk_3_la-gtkmenuitem.o .libs/libgtk_3_la-gtkmenusectionbox.o .libs/libgtk_3_la-gtkmenushell.o .libs/libgtk_3_la-gtkmenutracker.o .libs/libgtk_3_la-gtkmenutrackeritem.o .libs/libgtk_3_la-gtkmenutoolbutton.o .libs/libgtk_3_la-gtkmessagedialog.o .libs/libgtk_3_la-gtkmnemonichash.o .libs/libgtk_3_la-gtkmodelmenuitem.o .libs/libgtk_3_la-gtkmodelbutton.o .libs/libgtk_3_la-gtkmodifierstyle.o .libs/libgtk_3_la-gtkmodules.o .libs/libgtk_3_la-gtkmountoperation.o .libs/libgtk_3_la-gtknativedialog.o .libs/libgtk_3_la-gtknotebook.o .libs/libgtk_3_la-gtkoffscreenwindow.o .libs/libgtk_3_la-gtkorientable.o .libs/libgtk_3_la-gtkoverlay.o .libs/libgtk_3_la-gtkpadcontroller.o .libs/libgtk_3_la-gtkpagesetup.o .libs/libgtk_3_la-gtkpaned.o .libs/libgtk_3_la-gtkpango.o .libs/libgtk_3_la-gtkpapersize.o .libs/libgtk_3_la-gtkpathbar.o .libs/libgtk_3_la-gtkplacessidebar.o .libs/libgtk_3_la-gtkplacesview.o .libs/libgtk_3_la-gtkplacesviewrow.o .libs/libgtk_3_la-gtkprintcontext.o .libs/libgtk_3_la-gtkprintoperation.o .libs/libgtk_3_la-gtkprintoperationpreview.o .libs/libgtk_3_la-gtkprintsettings.o .libs/libgtk_3_la-gtkprintutils.o .libs/libgtk_3_la-gtkprivate.o .libs/libgtk_3_la-gtkprivatetypebuiltins.o .libs/libgtk_3_la-gtkprogressbar.o .libs/libgtk_3_la-gtkprogresstracker.o .libs/libgtk_3_la-gtkpixelcache.o .libs/libgtk_3_la-gtkpopover.o .libs/libgtk_3_la-gtkpopovermenu.o .libs/libgtk_3_la-gtkradiobutton.o .libs/libgtk_3_la-gtkradiomenuitem.o .libs/libgtk_3_la-gtkradiotoolbutton.o .libs/libgtk_3_la-gtkrange.o .libs/libgtk_3_la-gtkrbtree.o .libs/libgtk_3_la-gtkrecentchooserdefault.o .libs/libgtk_3_la-gtkrecentchooserdialog.o .libs/libgtk_3_la-gtkrecentchoosermenu.o .libs/libgtk_3_la-gtkrecentchooserwidget.o .libs/libgtk_3_la-gtkrecentchooserutils.o .libs/libgtk_3_la-gtkrecentchooser.o .libs/libgtk_3_la-gtkrecentfilter.o .libs/libgtk_3_la-gtkrecentmanager.o .libs/libgtk_3_la-gtkrender.o .libs/libgtk_3_la-gtkrenderbackground.o .libs/libgtk_3_la-gtkrenderborder.o .libs/libgtk_3_la-gtkrendericon.o .libs/libgtk_3_la-gtkresources.o .libs/libgtk_3_la-gtkrevealer.o .libs/libgtk_3_la-gtkroundedbox.o .libs/libgtk_3_la-gtkscale.o .libs/libgtk_3_la-gtkscalebutton.o .libs/libgtk_3_la-gtkscrollable.o .libs/libgtk_3_la-gtkscrollbar.o .libs/libgtk_3_la-gtkscrolledwindow.o .libs/libgtk_3_la-gtkselection.o .libs/libgtk_3_la-gtkseparator.o .libs/libgtk_3_la-gtkseparatormenuitem.o .libs/libgtk_3_la-gtkseparatortoolitem.o .libs/libgtk_3_la-gtksettings.o .libs/libgtk_3_la-gtkshortcutsgroup.o .libs/libgtk_3_la-gtkshortcutlabel.o .libs/libgtk_3_la-gtkshortcutsshortcut.o .libs/libgtk_3_la-gtkshortcutssection.o .libs/libgtk_3_la-gtkshortcutswindow.o .libs/libgtk_3_la-gtksidebarrow.o .libs/libgtk_3_la-gtksizegroup.o .libs/libgtk_3_la-gtksizerequest.o .libs/libgtk_3_la-gtksizerequestcache.o .libs/libgtk_3_la-gtkshow.o .libs/libgtk_3_la-gtkstacksidebar.o .libs/libgtk_3_la-gtkspinbutton.o .libs/libgtk_3_la-gtkspinner.o .libs/libgtk_3_la-gtkstack.o .libs/libgtk_3_la-gtkstackswitcher.o .libs/libgtk_3_la-gtkstatusbar.o .libs/libgtk_3_la-gtkstyleanimation.o .libs/libgtk_3_la-gtkstylecascade.o .libs/libgtk_3_la-gtkstylecontext.o .libs/libgtk_3_la-gtkstyleproperty.o .libs/libgtk_3_la-gtkstyleprovider.o .libs/libgtk_3_la-gtkstyleproviderprivate.o .libs/libgtk_3_la-gtkswitch.o .libs/libgtk_3_la-gtktestutils.o .libs/libgtk_3_la-gtktextattributes.o .libs/libgtk_3_la-gtktextbtree.o .libs/libgtk_3_la-gtktextbuffer.o .libs/libgtk_3_la-gtktextbufferrichtext.o .libs/libgtk_3_la-gtktextbufferserialize.o .libs/libgtk_3_la-gtktextchild.o .libs/libgtk_3_la-gtktextdisplay.o .libs/libgtk_3_la-gtktexthandle.o .libs/libgtk_3_la-gtktextiter.o .libs/libgtk_3_la-gtktextlayout.o .libs/libgtk_3_la-gtktextmark.o .libs/libgtk_3_la-gtktextsegment.o .libs/libgtk_3_la-gtktexttag.o .libs/libgtk_3_la-gtktexttagtable.o .libs/libgtk_3_la-gtktexttypes.o .libs/libgtk_3_la-gtktextutil.o .libs/libgtk_3_la-gtktextview.o .libs/libgtk_3_la-gtktogglebutton.o .libs/libgtk_3_la-gtktoggletoolbutton.o .libs/libgtk_3_la-gtktoolbar.o .libs/libgtk_3_la-gtktoolbutton.o .libs/libgtk_3_la-gtktoolitem.o .libs/libgtk_3_la-gtktoolitemgroup.o .libs/libgtk_3_la-gtktoolpalette.o .libs/libgtk_3_la-gtktoolshell.o .libs/libgtk_3_la-gtktooltip.o .libs/libgtk_3_la-gtktooltipwindow.o .libs/libgtk_3_la-gtktrashmonitor.o .libs/libgtk_3_la-gtktreedatalist.o .libs/libgtk_3_la-gtktreednd.o .libs/libgtk_3_la-gtktreemenu.o .libs/libgtk_3_la-gtktreemodel.o .libs/libgtk_3_la-gtktreemodelfilter.o .libs/libgtk_3_la-gtktreemodelsort.o .libs/libgtk_3_la-gtktreeselection.o .libs/libgtk_3_la-gtktreesortable.o .libs/libgtk_3_la-gtktreestore.o .libs/libgtk_3_la-gtktreeview.o .libs/libgtk_3_la-gtktreeviewcolumn.o .libs/libgtk_3_la-gtktypebuiltins.o .libs/libgtk_3_la-gtkutils.o .libs/libgtk_3_la-gtkvolumebutton.o .libs/libgtk_3_la-gtkviewport.o .libs/libgtk_3_la-gtkwidget.o .libs/libgtk_3_la-gtkwidgetpath.o .libs/libgtk_3_la-gtkwindow.o .libs/libgtk_3_la-gtkwindowgroup.o .libs/libgtk_3_la-gtkwin32draw.o .libs/libgtk_3_la-gtkwin32theme.o .libs/libgtk_3_la-gdkpixbufutils.o .libs/libgtk_3_la-gtkclipboard.o .libs/libgtk_3_la-gtkdnd.o .libs/libgtk_3_la-gtkdragdest.o .libs/libgtk_3_la-gtkcustompaperunixdialog.o .libs/libgtk_3_la-gtkpagesetupunixdialog.o .libs/libgtk_3_la-gtkprinter.o .libs/libgtk_3_la-gtkprinteroption.o .libs/libgtk_3_la-gtkprinteroptionset.o .libs/libgtk_3_la-gtkprinteroptionwidget.o .libs/libgtk_3_la-gtkprintjob.o .libs/libgtk_3_la-gtkprintoperation-unix.o .libs/libgtk_3_la-gtkprintoperation-portal.o .libs/libgtk_3_la-gtkprintunixdialog.o .libs/libgtk_3_la-gtkprintbackend.o .libs/libgtk_3_la-gtksearchenginetracker.o .libs/libgtk_3_la-gtkplug.o .libs/libgtk_3_la-gtksocket.o .libs/libgtk_3_la-gtkxembed.o deprecated/.libs/libgtk_3_la-gtktrayicon-x11.o .libs/libgtk_3_la-gtkapplication-x11.o .libs/libgtk_3_la-gtkmountoperation-x11.o .libs/libgtk_3_la-gtkapplication-dbus.o .libs/libgtk_3_la-gtkdbusgenerated.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgdk-3 -lgmodule-2.0 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-O1 -Wl,--export-dynamic -pthread   -pthread -Wl,-soname -Wl,libgtk-3.so.0 -o .libs/libgtk-3.so.0.2200.11
libtool: install: /usr/bin/install -c .libs/libgtk-3.so.0.2200.11T /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/libgtk-3.so.0.2200.11
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf && { ln -s -f libgtk-3.so.0.2200.11 libgtk-3.so.0 || { rm -f libgtk-3.so.0 && ln -s libgtk-3.so.0.2200.11 libgtk-3.so.0; }; })
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf && { ln -s -f libgtk-3.so.0.2200.11 libgtk-3.so || { rm -f libgtk-3.so && ln -s libgtk-3.so.0.2200.11 libgtk-3.so; }; })
libtool: install: /usr/bin/install -c .libs/libgtk-3.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/libgtk-3.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c gtk-query-immodules-3.0 gtk-update-icon-cache gtk-encode-symbolic-svg gtk-builder-tool gtk-query-settings gtk-launch '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin'
libtool: warning: 'libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk-query-immodules-3.0 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin/gtk-query-immodules-3.0
libtool: install: /usr/bin/install -c gtk-update-icon-cache /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin/gtk-update-icon-cache
libtool: warning: '../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk-encode-symbolic-svg /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin/gtk-encode-symbolic-svg
libtool: warning: 'libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk-builder-tool /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin/gtk-builder-tool
libtool: warning: 'libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk-query-settings /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin/gtk-query-settings
libtool: warning: 'libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk-launch /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin/gtk-launch
/usr/bin/make  install-exec-hook
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk'
Failed to open file './gtk.gresource.xml': No such file or directory
Failed to open file './gtk.gresource.xml': No such file or directory
/bin/bash /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./sanitize-la.sh /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/libgtk-3.la
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gtk/a11y'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtk-a11y-autocleanups.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkarrowaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkbooleancellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkbuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcellaccessibleparent.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcheckmenuitemaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcomboboxaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcontaineraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkcontainercellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkentryaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkexpanderaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkflowboxaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkflowboxchildaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkframeaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkiconviewaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkimageaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkimagecellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklabelaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklevelbaraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklinkbuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklistboxaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklistboxrowaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtklockbuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenuaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenubuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenuitemaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkmenushellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtknotebookaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtknotebookpageaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkpanedaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkpopoveraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkprogressbaraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkradiobuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkradiomenuitemaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkrangeaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkrenderercellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscaleaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscalebuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkscrolledwindowaccessible.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gtk/a11y'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkspinbuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkspinneraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkstatusbaraccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkstackaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkswitchaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktextcellaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktextviewaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktogglebuttonaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktoplevelaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtktreeviewaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkwidgetaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/a11y/gtkwindowaccessible.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gtk/a11y'
/bin/mkdir -p /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/themes/Default/gtk-3.0
/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-keys.css.default /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/themes/Default/gtk-3.0/gtk-keys.css
/bin/mkdir -p /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/themes/Emacs/gtk-3.0
/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-keys.css.emacs /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/themes/Emacs/gtk-3.0/gtk-keys.css
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gtk/deprecated'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkactivatable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkaction.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkactiongroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkalignment.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkarrow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkcolorsel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkcolorseldialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkfontsel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkgradient.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhandlebox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhbbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhpaned.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhscale.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhscrollbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhseparator.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkhsv.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkiconfactory.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkimagemenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkmisc.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtknumerableicon.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkradioaction.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkrc.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkrecentaction.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstatusicon.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstock.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstyle.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkstyleproperties.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtksymboliccolor.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktearoffmenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkthemingengine.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtktoggleaction.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkuimanager.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvbbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvscale.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvscrollbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvseparator.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/deprecated/gtkvpaned.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gtk/deprecated'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gtk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-autocleanups.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkx.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkx-autocleanups.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtk-a11y.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaboutdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccelgroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccellabel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccelmap.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaccessible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkactionbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkadjustment.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkappchooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplication.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkapplicationwindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkaspectframe.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkassistant.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbin.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbindings.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkborder.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuildable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcalendar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellarea.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareacontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellareabox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcelleditable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcelllayout.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendereraccel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderercombo.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererpixbuf.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererprogress.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gtk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererspin.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrendererspinner.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderertext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellrenderertoggle.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcellview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcheckbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcheckmenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkclipboard.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorchooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcolorutils.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcombobox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcomboboxtext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcontainer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcssprovider.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkcsssection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdebug.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdnd.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdragdest.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdragsource.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkdrawingarea.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeditable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentry.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentrybuffer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkentrycompletion.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkenums.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeventbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkeventcontroller.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkexpander.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechoosernative.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilechooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfilefilter.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfixed.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkflowbox.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gtk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkfontchooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkframe.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesture.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturedrag.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturelongpress.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturemultipress.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturepan.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturerotate.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturesingle.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgestureswipe.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgesturezoom.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkglarea.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkgrid.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkheaderbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkicontheme.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkiconview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimage.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontextinfo.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimcontextsimple.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimmodule.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkimmulticontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkinfobar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkinvisible.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklabel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklayout.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklevelbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklinkbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklistbox.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkliststore.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtklockbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmain.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenu.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenubar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenubutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenushell.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gtk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmenutoolbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmessagedialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodelbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmodules.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkmountoperation.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtknativedialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtknotebook.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkoffscreenwindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkorientable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkoverlay.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpadcontroller.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpagesetup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpaned.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpapersize.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplacessidebar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkplug.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpopover.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpopovermenu.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintcontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperation.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintoperationpreview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintsettings.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprogressbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiobutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiomenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkradiotoolbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrange.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooser.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchoosermenu.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentchooserwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentfilter.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrecentmanager.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrender.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkrevealer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscale.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscalebutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrollable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrollbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkscrolledwindow.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gtk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksearchentry.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkselection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparator.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparatormenuitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkseparatortoolitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksettings.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutlabel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutsgroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutssection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutsshortcut.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshortcutswindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkshow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstacksidebar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizegroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksizerequest.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtksocket.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkspinbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkspinner.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstack.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstackswitcher.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstatusbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstylecontext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkstyleprovider.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkswitch.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktestutils.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextattributes.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbuffer.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextbufferrichtext.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextchild.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextdisplay.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextiter.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextmark.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttag.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktexttagtable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktogglebutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoggletoolbutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolbar.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolbutton.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gtk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolitem.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolitemgroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolpalette.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktoolshell.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktooltip.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreednd.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodel.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodelfilter.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreemodelsort.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeselection.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreesortable.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreestore.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeview.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktreeviewcolumn.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktypes.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkviewport.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkvolumebutton.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidget.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwidgetpath.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindow.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkwindowgroup.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtktextlayout.h gtktypebuiltins.h gtkversion.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/gtk'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/unix-print/gtk'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkpagesetupunixdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintunixdialog.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprinter.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkprintjob.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkunixprint-autocleanups.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkunixprint.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gtk-3.0/unix-print/gtk'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/gettext/its'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder.loc /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder.its '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/gettext/its'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/gtk-3.0'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/gtkbuilder.rng '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/gtk-3.0'
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.FileChooser.gschema.xml /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.ColorChooser.gschema.xml /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.Debug.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.FileChooser.gschema.xml /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.ColorChooser.gschema.xml /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./gtk/org.gtk.Settings.Debug.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/gtk'
Making install in libgail-util
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libgail-util'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libgail-util'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libgailutil-3.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf'
libtool: warning: relinking 'libgailutil-3.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libgail-util; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50 -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -version-info 0:0:0 -Wl,-z,relro -Wl,-O1 -Wl,-z,relro -Wl,-O1 -o libgailutil-3.la -rpath /usr/lib/arm-linux-gnueabihf libgailutil_3_la-gailmisc.lo libgailutil_3_la-gailtextutil.lo ../gtk/libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libgailutil_3_la-gailmisc.o .libs/libgailutil_3_la-gailtextutil.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1 -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libgailutil-3.so.0 -o .libs/libgailutil-3.so.0.0.0
libtool: install: /usr/bin/install -c .libs/libgailutil-3.so.0.0.0T /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/libgailutil-3.so.0.0.0
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf && { ln -s -f libgailutil-3.so.0.0.0 libgailutil-3.so.0 || { rm -f libgailutil-3.so.0 && ln -s libgailutil-3.so.0.0.0 libgailutil-3.so.0; }; })
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf && { ln -s -f libgailutil-3.so.0.0.0 libgailutil-3.so || { rm -f libgailutil-3.so && ln -s libgailutil-3.so.0.0.0 libgailutil-3.so; }; })
libtool: install: /usr/bin/install -c .libs/libgailutil-3.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/libgailutil-3.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gail-3.0/libgail-util'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util/gailmisc.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util/gailtextutil.h /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./libgail-util/gail-util.h '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/include/gail-3.0/libgail-util'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libgail-util'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libgail-util'
Making install in modules
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules'
Making install in input
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input'
make[4]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/etc/gtk-3.0'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./modules/input/im-multipress.conf '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/etc/gtk-3.0'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   im-am-et.la im-cedilla.la im-cyrillic-translit.la im-inuktitut.la im-ipa.la im-multipress.la im-thai.la im-ti-er.la im-ti-et.la im-viqr.la im-xim.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules'
libtool: warning: relinking 'im-am-et.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-am-et.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imam-et.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/imam-et.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-am-et.so -o .libs/im-am-et.so
libtool: install: /usr/bin/install -c .libs/im-am-et.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-am-et.so
libtool: install: /usr/bin/install -c .libs/im-am-et.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-am-et.la
libtool: warning: relinking 'im-cedilla.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-cedilla.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imcedilla.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/imcedilla.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-cedilla.so -o .libs/im-cedilla.so
libtool: install: /usr/bin/install -c .libs/im-cedilla.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-cedilla.so
libtool: install: /usr/bin/install -c .libs/im-cedilla.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-cedilla.la
libtool: warning: relinking 'im-cyrillic-translit.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-cyrillic-translit.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imcyrillic-translit.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/imcyrillic-translit.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-cyrillic-translit.so -o .libs/im-cyrillic-translit.so
libtool: install: /usr/bin/install -c .libs/im-cyrillic-translit.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.so
libtool: install: /usr/bin/install -c .libs/im-cyrillic-translit.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.la
libtool: warning: relinking 'im-inuktitut.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-inuktitut.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules iminuktitut.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/iminuktitut.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-inuktitut.so -o .libs/im-inuktitut.so
libtool: install: /usr/bin/install -c .libs/im-inuktitut.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-inuktitut.so
libtool: install: /usr/bin/install -c .libs/im-inuktitut.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-inuktitut.la
libtool: warning: relinking 'im-ipa.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-ipa.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imipa.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/imipa.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-ipa.so -o .libs/im-ipa.so
libtool: install: /usr/bin/install -c .libs/im-ipa.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ipa.so
libtool: install: /usr/bin/install -c .libs/im-ipa.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ipa.la
libtool: warning: relinking 'im-multipress.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-multipress.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules im_multipress_la-gtkimcontextmultipress.lo im_multipress_la-immultipress.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/im_multipress_la-gtkimcontextmultipress.o .libs/im_multipress_la-immultipress.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-multipress.so -o .libs/im-multipress.so
libtool: install: /usr/bin/install -c .libs/im-multipress.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-multipress.so
libtool: install: /usr/bin/install -c .libs/im-multipress.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-multipress.la
libtool: warning: relinking 'im-thai.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-thai.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules thai-charprop.lo gtkimcontextthai.lo imthai.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/thai-charprop.o .libs/gtkimcontextthai.o .libs/imthai.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-thai.so -o .libs/im-thai.so
libtool: install: /usr/bin/install -c .libs/im-thai.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-thai.so
libtool: install: /usr/bin/install -c .libs/im-thai.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-thai.la
libtool: warning: relinking 'im-ti-er.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-ti-er.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imti-er.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/imti-er.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-ti-er.so -o .libs/im-ti-er.so
libtool: install: /usr/bin/install -c .libs/im-ti-er.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ti-er.so
libtool: install: /usr/bin/install -c .libs/im-ti-er.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ti-er.la
libtool: warning: relinking 'im-ti-et.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-ti-et.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imti-et.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/imti-et.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-ti-et.so -o .libs/im-ti-et.so
libtool: install: /usr/bin/install -c .libs/im-ti-et.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ti-et.so
libtool: install: /usr/bin/install -c .libs/im-ti-et.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ti-et.la
libtool: warning: relinking 'im-viqr.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-viqr.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules imviqr.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/imviqr.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-viqr.so -o .libs/im-viqr.so
libtool: install: /usr/bin/install -c .libs/im-viqr.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-viqr.so
libtool: install: /usr/bin/install -c .libs/im-viqr.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-viqr.la
libtool: warning: relinking 'im-xim.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules -avoid-version -module -Wl,-z,relro -Wl,-O1 -o im-xim.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules gtkimcontextxim.lo imxim.lo ../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/gtkimcontextxim.o .libs/imxim.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,im-xim.so -o .libs/im-xim.so
libtool: install: /usr/bin/install -c .libs/im-xim.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-xim.so
libtool: install: /usr/bin/install -c .libs/im-xim.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-xim.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules'
/usr/bin/make  install-data-hook
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input'
if test -z "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb" ; then \
  echo /bin/bash /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/build-aux/install-sh -d /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0 ; \
  /bin/bash /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/build-aux/install-sh -d /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0 ; \
  echo "../../gtk/gtk-query-immodules-3.0 > /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules.cache" ; \
  ../../gtk/gtk-query-immodules-3.0 > /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules.cache ; \
else \
  echo "***" ; \
  echo "*** Warning: immodules.cache not built" ; \
  echo "***" ; \
  echo "*** Generate this file manually on host" ; \
  echo "*** system using gtk-query-immodules-3.0" ; \
  echo "***" ; \
        fi
***
*** Warning: immodules.cache not built
***
*** Generate this file manually on host
*** system using gtk-query-immodules-3.0
***
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/input'
Making install in printbackends
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends'
Making install in file
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/file'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/file'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   libprintbackend-file.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
libtool: warning: relinking 'libprintbackend-file.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/file; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module -Wl,-z,relro -Wl,-O1 -o libprintbackend-file.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends libprintbackend_file_la-gtkprintbackendfile.lo ../../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libprintbackend_file_la-gtkprintbackendfile.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-file.so -o .libs/libprintbackend-file.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-file.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-file.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-file.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/file'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/file'
Making install in lpr
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/lpr'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/lpr'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   libprintbackend-lpr.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
libtool: warning: relinking 'libprintbackend-lpr.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/lpr; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module -Wl,-z,relro -Wl,-O1 -o libprintbackend-lpr.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends gtkprintbackendlpr.lo ../../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/gtkprintbackendlpr.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-lpr.so -o .libs/libprintbackend-lpr.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-lpr.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-lpr.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/lpr'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/lpr'
Making install in cups
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/cups'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/cups'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   libprintbackend-cups.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
libtool: warning: relinking 'libprintbackend-cups.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/cups; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module -Wl,-z,relro -Wl,-O1 -o libprintbackend-cups.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends gtkprintbackendcups.lo gtkprintercups.lo gtkcupsutils.lo gtkcupssecretsutils.lo ../../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lcups -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/gtkprintbackendcups.o .libs/gtkprintercups.o .libs/gtkcupsutils.o .libs/gtkcupssecretsutils.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -lcups  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-cups.so -o .libs/libprintbackend-cups.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-cups.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-cups.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/cups'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/cups'
Making install in test
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/test'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/test'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   libprintbackend-test.la '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
libtool: warning: relinking 'libprintbackend-test.la'
libtool: install: (cd /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/test; /bin/bash "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/libtool"  --tag CC --mode=relink gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -O2 -fdebug-prefix-map=/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -avoid-version -module -Wl,-z,relro -Wl,-O1 -o libprintbackend-test.la -rpath /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends libprintbackend_test_la-gtkprintbackendtest.lo ../../../gtk/libgtk-3.la -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libprintbackend_test_la-gtkprintbackendtest.o   -L/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgtk-3 -lpangocairo-1.0 -lX11 -lXi -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lepoxy -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-O1   -pthread -Wl,-soname -Wl,libprintbackend-test.so -o .libs/libprintbackend-test.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-test.soT /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-test.so
libtool: install: /usr/bin/install -c .libs/libprintbackend-test.lai /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-test.la
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/test'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends/test'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules/printbackends'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/modules'
Making install in demos
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos'
Making install in gtk-demo
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/gtk-demo'
Failed to open file './demo.gresource.xml': No such file or directory
Failed to open file './demo.gresource.xml': No such file or directory
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/gtk-demo'
Failed to open file './demo.gresource.xml': No such file or directory
Failed to open file './demo.gresource.xml': No such file or directory
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/gtk-demo'
Failed to open file './demo.gresource.xml': No such file or directory
Failed to open file './demo.gresource.xml': No such file or directory
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c gtk3-demo gtk3-demo-application '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin'
libtool: warning: '../../gtk/libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk3-demo /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin/gtk3-demo
libtool: warning: '../../gtk/libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk3-demo-application /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin/gtk3-demo-application
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/16x16/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/16x16/gtk3-demo.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/16x16/gtk3-demo-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/16x16/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/22x22/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/22x22/gtk3-demo.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/22x22/gtk3-demo-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/22x22/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/24x24/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/24x24/gtk3-demo.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/24x24/gtk3-demo-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/24x24/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/256x256/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/256x256/gtk3-demo.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/256x256/gtk3-demo-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/256x256/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/32x32/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/32x32/gtk3-demo.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/32x32/gtk3-demo-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/32x32/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/48x48/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/48x48/gtk3-demo.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/data/48x48/gtk3-demo-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/48x48/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/applications'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/gtk3-demo.desktop '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/applications'
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/org.gtk.Demo.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/gtk-demo/org.gtk.Demo.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
/usr/bin/make  install-data-hook
make[6]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/gtk-demo'
Failed to open file './demo.gresource.xml': No such file or directory
Failed to open file './demo.gresource.xml': No such file or directory
:
test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb" || ../../gtk/gtk-update-icon-cache --ignore-theme-index --force "/usr/share/icons/hicolor"
make[6]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/gtk-demo'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/gtk-demo'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/gtk-demo'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/gtk-demo'
Making install in widget-factory
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/widget-factory'
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/widget-factory'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/widget-factory'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c gtk3-widget-factory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin'
libtool: warning: '../../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../../gtk/libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk3-widget-factory /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin/gtk3-widget-factory
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/16x16/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/16x16/gtk3-widget-factory.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/16x16/gtk3-widget-factory-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/16x16/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/22x22/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/22x22/gtk3-widget-factory.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/22x22/gtk3-widget-factory-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/22x22/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/24x24/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/24x24/gtk3-widget-factory.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/24x24/gtk3-widget-factory-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/24x24/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/256x256/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/256x256/gtk3-widget-factory.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/256x256/gtk3-widget-factory-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/256x256/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/32x32/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/32x32/gtk3-widget-factory.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/32x32/gtk3-widget-factory-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/32x32/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/48x48/apps'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/48x48/gtk3-widget-factory.png /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/data/48x48/gtk3-widget-factory-symbolic.symbolic.png '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/icons/hicolor/48x48/apps'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/applications'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/widget-factory/gtk3-widget-factory.desktop '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/applications'
/usr/bin/make  install-data-hook
make[6]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/widget-factory'
:
test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb" || ../../gtk/gtk-update-icon-cache --ignore-theme-index --force "/usr/share/icons/hicolor"
make[6]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/widget-factory'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/widget-factory'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/widget-factory'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/widget-factory'
Making install in icon-browser
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/icon-browser'
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/icon-browser'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/icon-browser'
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c gtk3-icon-browser '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin'
libtool: warning: '../../gtk/libgtk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: warning: '../../gdk/libgdk-3.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/gtk3-icon-browser /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/bin/gtk3-icon-browser
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/applications'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./demos/icon-browser/gtk3-icon-browser.desktop '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/applications'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/icon-browser'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/icon-browser'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos/icon-browser'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/demos'
Making install in tests
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests'
Making install in visuals
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests/visuals'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests/visuals'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests/visuals'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests/visuals'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/tests'
Making install in testsuite
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite'
Making install in gdk
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gdk'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gdk'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gdk'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gdk'
Making install in gtk
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gtk'
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gtk'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gtk'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gtk'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gtk'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/gtk'
Making install in a11y
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y'
Making install in state
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y/state'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y/state'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y/state'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y/state'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/a11y'
Making install in css
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css'
Making install in parser
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/parser'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/parser'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/parser'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/parser'
Making install in nodes
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/nodes'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/nodes'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/nodes'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/nodes'
Making install in style
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/style'
Failed to open file './test-css-style.gresource.xml': No such file or directory
Failed to open file './test-css-style.gresource.xml': No such file or directory
/usr/bin/make  install-am
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/style'
Failed to open file './test-css-style.gresource.xml': No such file or directory
Failed to open file './test-css-style.gresource.xml': No such file or directory
make[6]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/style'
Failed to open file './test-css-style.gresource.xml': No such file or directory
Failed to open file './test-css-style.gresource.xml': No such file or directory
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/style'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/style'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css/style'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/css'
Making install in reftests
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/reftests'
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/reftests'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/reftests'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/reftests'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/reftests'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/reftests'
Making install in tools
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/tools'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/tools'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/tools'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite/tools'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/testsuite'
Making install in examples
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples'
Making install in bp
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/bp'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/bp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/bp'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/bp'
Making install in application1
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application1'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application1'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application1'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application1'
Making install in application2
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application2'
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application2'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application2'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application2'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application2'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application2'
Making install in application3
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application3'
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application3'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application3'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application3'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application3'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application3'
Making install in application4
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application4'
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application4'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application4'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application4'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application4'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application4'
Making install in application5
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application5'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application5'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application5'
make[5]: Nothing to be done for 'install-exec-am'.
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5/org.gtk.exampleapp.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application5/org.gtk.exampleapp.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application5'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application5'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application5'
Making install in application6
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application6'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application6'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application6'
make[5]: Nothing to be done for 'install-exec-am'.
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/org.gtk.exampleapp.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application6/org.gtk.exampleapp.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application6'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application6'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application6'
Making install in application7
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application7'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application7'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application7'
make[5]: Nothing to be done for 'install-exec-am'.
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/org.gtk.exampleapp.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application7/org.gtk.exampleapp.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application7'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application7'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application7'
Making install in application8
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application8'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application8'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application8'
make[5]: Nothing to be done for 'install-exec-am'.
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/org.gtk.exampleapp.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application8/org.gtk.exampleapp.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application8'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application8'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application8'
Making install in application9
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application9'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application9'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application9'
make[5]: Nothing to be done for 'install-exec-am'.
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/org.gtk.exampleapp.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application9/org.gtk.exampleapp.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application9'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application9'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application9'
Making install in application10
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application10'
/usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas .
No schema files found: doing nothing.
/usr/bin/make  install-am
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application10'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application10'
make[5]: Nothing to be done for 'install-exec-am'.
if test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/org.gtk.exampleapp.gschema.xml"; then \
	test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	/usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./examples/application10/org.gtk.exampleapp.gschema.xml "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/glib-2.0/schemas"; \
	test -n "/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb" || /usr/lib/arm-linux-gnueabihf/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
fi
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application10'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application10'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples/application10'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/examples'
Making install in docs
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs'
Making install in reference
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference'
Making install in gdk
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/gdk'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/gdk'
make[5]: Nothing to be done for 'install-exec-am'.
Nothing to install
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/gdk'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/gdk'
Making install in gtk
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/gtk'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/gtk'
make[5]: Nothing to be done for 'install-exec-am'.
Nothing to install
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/man/man1'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk-query-immodules-3.0.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk-update-icon-cache.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk-encode-symbolic-svg.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk-launch.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk3-demo.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk3-demo-application.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk3-widget-factory.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk3-icon-browser.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/broadwayd.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk-builder-tool.1 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./docs/reference/gtk/gtk-query-settings.1 '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/man/man1'
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/gtk'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/gtk'
Making install in libgail-util
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/libgail-util'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/libgail-util'
make[5]: Nothing to be done for 'install-exec-am'.
Nothing to install
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/libgail-util'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference/libgail-util'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/reference'
Making install in tools
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/tools'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/tools'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/tools'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs/tools'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/docs'
Making install in m4macros
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/m4macros'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/m4macros'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/aclocal'
 /usr/bin/install -c -m 644 /home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/./m4macros/gtk-3.0.m4 '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/share/aclocal'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/m4macros'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/m4macros'
Making install in build
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build'
Making install in win32
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32'
Making install in vs9
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs9'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs9'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs9'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs9'
Making install in vs10
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs10'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs10'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs10'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs10'
Making install in vs11
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs11'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs11'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs11'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs11'
Making install in vs12
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs12'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs12'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs12'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs12'
Making install in vs14
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs14'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs14'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs14'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs14'
Making install in vs15
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs15'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs15'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs15'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32/vs15'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32'
make[5]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32'
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build/win32'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build'
make[4]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb/build'
make[2]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb'
make[3]: Entering directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/pkgconfig'
 /usr/bin/install -c -m 644 gdk-3.0.pc gtk+-3.0.pc gail-3.0.pc gtk+-x11-3.0.pc gdk-x11-3.0.pc gtk+-unix-print-3.0.pc '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/install/shared_udeb/usr/lib/arm-linux-gnueabihf/pkgconfig'
make[3]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb'
make[2]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb'
make[1]: Leaving directory '/home/pi/temp/gtk3/gtk4/gtk+3.0-3.22.11/debian/build/shared_udeb'
touch debian/stamp-makefile-install/shared_udeb
Adding cdbs dependencies to debian/libgtk-3-common.substvars
dh_installdirs -plibgtk-3-common \
	
Adding cdbs dependencies to debian/libgtk-3-doc.substvars
dh_installdirs -plibgtk-3-doc \
	
Adding cdbs dependencies to debian/libgail-3-doc.substvars
dh_installdirs -plibgail-3-doc \
	
dh_installdocs -plibgtk-3-common AUTHORS README NEWS
dh_installexamples -plibgtk-3-common 
dh_installman -plibgtk-3-common 
stdin not open for reading!
dh_installinfo -plibgtk-3-common 
dh_installmenu -plibgtk-3-common 
dh_installcron -plibgtk-3-common 
dh_systemd_enable -plibgtk-3-common 
dh_installinit -plibgtk-3-common 
dh_installdebconf -plibgtk-3-common 
dh_installemacsen -plibgtk-3-common 
dh_installcatalogs -plibgtk-3-common 
dh_installpam -plibgtk-3-common 
dh_installlogrotate -plibgtk-3-common 
dh_installlogcheck -plibgtk-3-common 
dh_installchangelogs -plibgtk-3-common ./ChangeLog
dh_installudev -plibgtk-3-common 
dh_lintian -plibgtk-3-common 
dh_bugfiles -plibgtk-3-common 
dh_install -plibgtk-3-common --sourcedir=debian/install/shared --fail-missing -X.la
dh_install: etc/gtk-3.0/im-multipress.conf exists in debian/install/shared but is not installed to anywhere
dh_install: usr/bin/gtk-query-immodules-3.0 exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-cedilla.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ti-et.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ti-er.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-thai.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-am-et.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-broadway.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-ipa.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-multipress.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-viqr.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/immodules/im-inuktitut.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-test.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-cloudprint.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/lib/arm-linux-gnueabihf/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/themes/Default/gtk-3.0/gtk-keys.css exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/themes/Emacs/gtk-3.0/gtk-keys.css exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/sl/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/sl/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/si/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/si/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ps/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ps/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/gd/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/gd/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/sr at latin/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/sr at latin/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/kg/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/kg/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/fa/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/fa/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/pt_BR/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/uz/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/uz/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/hu/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/hu/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/my/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/my/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/li/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/li/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/kk/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/kk/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/as/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/as/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/br/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/br/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/fi/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/fi/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ku/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ku/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/zh_HK/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/bs/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/bs/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/uk/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/uk/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/gl/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/gl/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ru/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ru/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/sq/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/sq/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/tk/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/tk/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/mi/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/mi/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/pl/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/pl/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/nds/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/nds/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/gu/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/gu/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ka/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ka/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/he/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/he/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/oc/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/oc/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/fr/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/fr/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/pt/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/pt/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/th/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/th/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/mn/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/mn/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/sk/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/sk/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/el/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/el/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ne/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ne/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/wa/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/wa/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/vi/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/vi/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/tr/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/tr/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/an/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/an/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/mr/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/mr/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/hi/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/hi/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/zh_CN/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/hr/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/hr/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/or/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/or/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/eu/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/eu/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ar/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ar/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/zh_TW/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/mai/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/mai/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/be/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/be/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ca at valencia/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ca at valencia/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/eo/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/eo/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/bn_IN/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ang/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ang/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/tt/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/tt/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/mk/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/mk/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/en_GB/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/sr/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/sr/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/crh/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/crh/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ky/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ky/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/de/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/de/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/bn/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/bn/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/id/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/id/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ga/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ga/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ms/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ms/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/io/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/io/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/nb/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/nb/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/nl/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/nl/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/lv/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/lv/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/km/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/km/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/af/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/af/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/pa/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/pa/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/en/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/en/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ast/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ast/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/tg/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/tg/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/dz/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/dz/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/az/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/az/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/kn/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/kn/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/xh/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/xh/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ug/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ug/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/te/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/te/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/lt/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/lt/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/nn/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/nn/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/nso/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/nso/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ia/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ia/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/en_CA/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/be at latin/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/be at latin/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/az_IR/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/it/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/it/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/et/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/et/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/en at shaw/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/en at shaw/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/sr at ije/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/sr at ije/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ml/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ml/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/uz at cyrillic/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/uz at cyrillic/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/rw/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/rw/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/yi/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/yi/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/is/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/is/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/cs/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/cs/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ca/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ca/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/da/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/da/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/sv/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/sv/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ur/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ur/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/am/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/am/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ta/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ta/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/hy/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/hy/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/cy/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/cy/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/bg/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/bg/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ko/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ko/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ja/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ja/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ro/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/ro/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/es/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/es/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/lg/LC_MESSAGES/gtk30-properties.mo exists in debian/install/shared but is not installed to anywhere
dh_install: usr/share/locale/lg/LC_MESSAGES/gtk30.mo exists in debian/install/shared but is not installed to anywhere
dh_install: missing files, aborting
/usr/share/cdbs/1/rules/debhelper.mk:233: recipe for target 'binary-install/libgtk-3-common' failed
make: *** [binary-install/libgtk-3-common] Error 2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rules
Type: application/octet-stream
Size: 6229 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20180407/c5aa0d75/attachment-0001.obj>


More information about the pkg-gnome-maintainers mailing list