time for 5.0.9

Steve stevewilliams at internode.on.net
Sun Jun 12 18:10:12 PDT 2022



On Sun, 2022-06-12 at 12:26 -0700, Dirk Hohndel wrote:
> Hi Steve,
> 
> 
> > On Jun 12, 2022, at 4:34 AM, Steve <stevewilliams at internode.on.net>
> > wrote:
> > 
> > Something I just tested using the 5.0.8-g89c6015cde4d daily
> > appimage
> > (due to me failing to build it locally, see at the end for more
> > details)
> 
> 
> Thanks for giving the EXACT version. That saved us a lot of back and
> forth.
> That test build is about a month old, and the bug you describe below
> I fixed
> last week... can you try 
> 
> https://subsurface-divelog.org/downloads/test/Subsurface-5.0.8-50-g3629a87fccdc-x86_64.AppImage
> 
> which includes my fix?


I can test this today.

I didn't even notice that that build was from the 12th of May as I have
not used the https://subsurface-divelog.org/downloads/daily builds for
a very long time (since I have build my own as needed) and got it on
the 12 June so the dates matched in my brain as I had sorted by last
modified and it was at the top :)



> 
> > I gotten used to not filling in all the details in the information
> > tab
> > until after I had imported from all my dive computers first because
> > if
> > I did the information got removed on subsequent dive computer
> > imports.
> > 
> > I just did a night dive last night and thought I would test it
> > again
> > and the Visibility in the Information tab did not get removed after
> > importing from a second computer but the others (Surface waves,
> > Current, Surge and Chill) did get deleted.
> 
> 
> I say this with a lot of appreciation for the fact that often it's
> more important to
> get stuff to work... but if you run into things like this, PLEASE
> don't just work
> around it. Send an email to the mailing list.
> 
> I never use the extra fields. Very few people appear to. And only a
> small part
> of our users has multiple dive computers. And apparently the number
> of users
> who use these fields, download from multiple dive computers, and also
> edit dives
> between downloading is extremely small.
> 
> You know how I found this bug?
> A user who was reporting two completely different bugs gave me access
> to their
> cloud storage account, and as I was trying to understand what was
> happening
> in their and what was going wrong with the cylinder edits that they
> did, I noticed
> that the 'current' entry was deleted when they downloaded from their
> second dive
> computer.
> 
> That's a bit too random for me.
> 
> So, people on this list. If you see something that seems wrong.
> PLEASE let me
> know. You don't need to file a GitHub issue. Just send am email to
> this list. And
> if I ignore you, send it again and say something like "hey, Dirk,
> wake up"...
> 
> Thanks.



On that note, I also have noticed the last time I found an issue I gave
almost no real details as I was headed out on a liveaboard and was just
about to lose all internet access for the week.
I will  check and dig up the last email to this list and add some more
detail. A screen-shot or 2 should make it a lot clearer.



> 
> Back to your email...
> 
> > Might be worth fixing if its an easy fix?
> 
> 
> Yup, was super easy to fix.
> 
> https://github.com/subsurface/subsurface/commit/19b221d2035b9ea899b17385ff52c807e7a10cdf


Looking at the commit it was a nice easy fix, if only they were all
that easy!


> 
> 
> > Also I had just updated my laptop from Fedora 35 to 36 and tried to
> > build the latest master to test but it failed. Info below:
> 
> 
> Yeah, that's a known problem when your Qt version changes. The builds
> don't cleanly
> pick up those changes...
> 
> Best way to deal with this is to remove all of the 'build'
> directories and run the build
> script again.
> 
> > 
> > /usr/bin/ld: cannot open linker script file
> > /builddir/build/BUILD/qtbase-everywhere-src-5.15.3/.package_note-
> > qt5-
> > qtbase-5.15.3-2.fc36.x86_64.ld: No such file or directory
> > collect2: error: ld returned 1 exit status
> > make: *** [Makefile:148: libqtgeoservices_googlemaps.so] Error 1
> 
> In your case the googlemaps build was referencing a specific linker
> script file that
> was changed in the update and is no longer at the spot that qmake
> remembers
> for it. Just remove that build directory and start from scratch and
> it should build
> again.
> 
> A could of the developers very regularly build on Fedora (and one of
> our GitHub
> test builds happens on Fedora - but that's one of the experimental
> Qt6 builds).
> Also, of course, for Fedora we now have both test builds and release
> builds on
> copr...
> 
> Thanks for the email with the report!
> 
> /D



I had tried renaming the directories and attempting a new build as the
first thing that I did when it failed the first time as I have
come across some random build issues in the past after previous
upgrades to the os.
I just deleted them altogether now and tried again just to be 100%
sure, full cli output below:


[steve at t490 src]$ 
[steve at t490 src]$ 
[steve at t490 src]$ ls -l
total 40
-rw-rw-r-- 1 steve steve 22583 Jun 12 10:19 build.log
drwxrwxr-x 5 steve steve 4096 Jun 9 16:57 googlemaps
drwxrwxr-x 5 steve steve 4096 Jun 9 16:57 install-root
drwxrwxr-x 15 steve steve 4096 Jan 4 2021 libgit2
drwxrwxr-x 33 steve steve 4096 Jun 12 18:32 subsurface
[steve at t490 src]$
[steve at t490 src]$
[steve at t490 src]$ rm -f build.log 
[steve at t490 src]$ rm -rf googlemaps/
[steve at t490 src]$ rm -rf install-root/
[steve at t490 src]$ rm -rf libgit2/
[steve at t490 src]$ rm -rf subsurface/
[steve at t490 src]$
[steve at t490 src]$ 
[steve at t490 src]$ ls -l
total 0
[steve at t490 src]$
[steve at t490 src]$ 
[steve at t490 src]$ git clone
https://github.com/Subsurface-divelog/subsurface.git
Cloning into 'subsurface'...
remote: Enumerating objects: 105967, done.
remote: Counting objects: 100% (125/125), done.
remote: Compressing objects: 100% (78/78), done.
remote: Total 105967 (delta 48), reused 93 (delta 45), pack-reused
105842
Receiving objects: 100% (105967/105967), 133.48 MiB | 3.06 MiB/s, done.
Resolving deltas: 100% (79981/79981), done.
[steve at t490 src]$
[steve at t490 src]$ 
[steve at t490 src]$ bash -x subsurface/scripts/build.sh
+ set -e
+ exec
++ tee build.log
++ pwd
+ SRC=/home/steve/src
+ [[ -L subsurface ]]
++ uname
+ PLATFORM=Linux
+ BTSUPPORT=ON
+ DEBUGRELEASE=Debug
+ SRC_DIR=subsurface
+ ARCHS=
+ [[ 0 -gt 0 ]]
+ '[' '' = '' ']'
+ BUILD_DESKTOP=1
+ '[' '' = 1 ']'
+ '[' Linux = Darwin ']'
+ '[' '' = 1 ']'
+ '[' '' = 1 ']'
+ '[' 1 = 1 ']'
+ echo 'building Subsurface in subsurface/build'
building Subsurface in subsurface/build
+ BUILDS+=("DesktopExecutable")
+ BUILDDIRS+=("${BUILD_PREFIX}build")
+ [[ ! -d subsurface ]]
+ '[' -z '' ']'
+ INSTALL_ROOT=/home/steve/src/install-root
+ mkdir -p /home/steve/src/install-root
+ export INSTALL_ROOT
+ export PKG_CONFIG_PATH=/home/steve/src/install-root/lib/pkgconfig:
+ PKG_CONFIG_PATH=/home/steve/src/install-root/lib/pkgconfig:
+ echo Building from /home/steve/src, installing in
/home/steve/src/install-root
Building from /home/steve/src, installing in /home/steve/src/install-
root
+ '[' -n '' ']'
+ [[ -z '' ]]
+ hash qmake
+ '[' -z ']'
+ hash qmake-qt5
+ QMAKE=qmake-qt5
+ '[' -z qmake-qt5 ']'
+ '[' -z qmake-qt5 ']'
++ qmake-qt5 -query QT_VERSION
+ QT_VERSION=5.15.3
+ '[' Linux = Darwin ']'
+ '[' Linux = Linux ']'
+ [[ 5.15.3 == 5* ]]
++ qmake-qt5 -query QT_INSTALL_HEADERS
+ QT_HEADERS_PATH=/usr/include/qt5
+ '[' '!' -d /usr/include/qt5/QtLocation/5.15.3/QtLocation/private ']'
+ '[' Linux = Darwin ']'
+ SH_LIB_EXT=so
+ LIBGIT_ARGS=' -DLIBGIT2_DYNAMIC=ON '
+ pkg-config --exists libgit2
++ pkg-config --modversion libgit2
+ LIBGIT=1.3.0
++ echo 1.3.0
++ cut -d. -f1
+ LIBGITMAJ=1
++ echo 1.3.0
++ cut -d. -f2
+ LIBGIT=3
+ [[ 1 -gt 0 ]]
+ LIBGIT2_FROM_PKGCONFIG=-DLIBGIT2_FROM_PKGCONFIG=ON
+ [[ 1 -lt 1 ]]
+ [[ Linux = Darwin ]]
+ [[ 1 -lt 1 ]]
+ [[ Linux = Darwin ]]
+ cd /home/steve/src
+ cd subsurface
+ '[' '!' -d libdivecomputer/src ']'
+ git submodule init
Submodule 'libdivecomputer' (https://github.com/Subsurface/libdc.git)
registered for path 'libdivecomputer'
+ git submodule update --recursive
Cloning into '/home/steve/src/subsurface/libdivecomputer'...
Submodule path 'libdivecomputer': checked out
'aff0c28d08901c22cf76b4b847c59761e1b1c63e'
+ mkdir -p libdivecomputer/build
+ cd libdivecomputer/build
+ '[' '!' -f /home/steve/src/subsurface/libdivecomputer/configure ']'
+ autoreconf --install /home/steve/src/subsurface/libdivecomputer
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './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'
configure.ac:65: warning: The macro `AC_PROG_CC_C99' is obsolete.
configure.ac:65: You should run autoupdate.
./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
configure.ac:65: the top level
configure.ac:24: installing './ar-lib'
configure.ac:24: installing './compile'
configure.ac:28: installing './config.guess'
configure.ac:28: installing './config.sub'
configure.ac:21: installing './install-sh'
configure.ac:21: installing './missing'
examples/Makefile.am: installing './depcomp'
+ autoreconf --install /home/steve/src/subsurface/libdivecomputer
configure.ac:65: warning: The macro `AC_PROG_CC_C99' is obsolete.
configure.ac:65: You should run autoupdate.
./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
configure.ac:65: the top level
+ CFLAGS=' -I/home/steve/src/install-root/include '
+ /home/steve/src/subsurface/libdivecomputer/configure --
prefix=/home/steve/src/install-root --disable-examples
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports the include directive... yes (GNU style)
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/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 x86_64-pc-linux-gnu file names to x86_64-pc-
linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu 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 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... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
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... no
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 -m elf_x86_64) 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... yes
checking for windres... no
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for doxygen... no
checking for mandoc... no
checking whether make supports nested variables... (cached) yes
checking for operating system... default
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBUSB... yes
checking for LIBMTP... yes
checking for HIDAPI... no
checking for BLUEZ... yes
checking for winsock2.h... no
checking for ws2bth.h... no
checking for winsock2.h... (cached) no
checking for af_irda.h... no
checking for sys/socket.h... yes
checking for linux/types.h... yes
checking for linux/irda.h... no
checking for linux/serial.h... yes
checking for IOKit/serial/ioss.h... no
checking for getopt.h... yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for mach/mach_time.h... no
checking for gcc options needed to detect all undeclared functions...
none needed
checking whether optreset is declared... no
checking for struct tm.tm_gmtoff... yes
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... no
checking for localtime_r... yes
checking for gmtime_r... yes
checking for timegm... yes
checking for _mkgmtime... no
checking for clock_gettime... yes
checking for mach_absolute_time... no
checking for getopt_long... yes
checking whether C compiler accepts -Werror=unknown-warning-option...
no
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wshadow... yes
checking whether C compiler accepts -Wrestrict... yes
checking whether C compiler accepts -Wformat=2... yes
checking whether C compiler accepts -Wwrite-strings... yes
checking whether C compiler accepts -Wpointer-arith... yes
checking whether C compiler accepts -Wstrict-prototypes... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Wmissing-declarations... yes
checking whether C compiler accepts -Wno-unused-parameter... yes
checking whether C compiler accepts -Wno-unused-function... yes
checking whether C compiler accepts -Wno-unused-variable... yes
checking whether C compiler accepts -Wno-unused-but-set-variable... yes
checking whether C compiler accepts -Wno-pointer-sign... yes
checking whether C compiler accepts -Wno-shadow... yes
checking whether C compiler accepts -fmacro-prefix-
map=$(top_srcdir)/=... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libdivecomputer.pc
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/libdivecomputer/Makefile
config.status: creating include/libdivecomputer/version.h
config.status: creating src/Makefile
config.status: creating src/libdivecomputer.rc
config.status: creating doc/Makefile
config.status: creating doc/doxygen.cfg
config.status: creating doc/man/Makefile
config.status: creating examples/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure:
libdivecomputer 0.8.0-devel-Subsurface-NG
===============

Compiler:

CC : gcc
CFLAGS : -I/home/steve/src/install-root/include -Wall -Wshadow -
Wrestrict -Wformat=2 -Wwrite-strings -Wpointer-arith -Wstrict-
prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-unused-
parameter -Wno-unused-function -Wno-unused-variable -Wno-unused-but-
set-variable -Wno-pointer-sign -Wno-shadow -fmacro-prefix-
map=$(top_srcdir)/=
LDFLAGS : 

Features:

Logging : yes
Pseudo terminal : no
Example applications : no
Documentation : yes

Transports:

Serial : yes
USB : yes
USBHID : yes
IrDA : no
Bluetooth : yes
BLE : no

Building:

Type 'make' to compile libdivecomputer.

Type 'make install' to install libdivecomputer.

+ '[' Linux = Darwin ']'
+ make -j4
make -s all-recursive
Making all in include
Making all in libdivecomputer
Making all in src
GEN revision.h
CC version.lo
CC descriptor.lo
CC iostream.lo
CC iterator.lo
CC common.lo
CC context.lo
CC device.lo
CC parser.lo
CC datetime.lo
CC timer.lo
CC suunto_common.lo
CC suunto_common2.lo
CC suunto_solution.lo
CC suunto_solution_parser.lo
CC suunto_eon.lo
CC suunto_eon_parser.lo
CC suunto_vyper.lo
CC suunto_vyper_parser.lo
CC suunto_vyper2.lo
CC suunto_d9.lo
CC suunto_d9_parser.lo
CC suunto_eonsteel.lo
CC suunto_eonsteel_parser.lo
CC reefnet_sensus.lo
CC reefnet_sensus_parser.lo
CC reefnet_sensuspro.lo
CC reefnet_sensuspro_parser.lo
CC reefnet_sensusultra.lo
CC reefnet_sensusultra_parser.lo
CC uwatec_aladin.lo
CC uwatec_memomouse.lo
CC uwatec_memomouse_parser.lo
CC uwatec_smart.lo
CC uwatec_smart_parser.lo
CC oceanic_common.lo
CC oceanic_atom2.lo
CC oceanic_atom2_parser.lo
CC oceanic_veo250.lo
CC oceanic_veo250_parser.lo
CC oceanic_vtpro.lo
CC oceanic_vtpro_parser.lo
CC mares_common.lo
CC mares_nemo.lo
CC mares_nemo_parser.lo
CC mares_puck.lo
CC mares_darwin.lo
CC mares_darwin_parser.lo
CC mares_iconhd.lo
CC mares_iconhd_parser.lo
CC ihex.lo
CC hw_ostc.lo
CC hw_ostc_parser.lo
CC hw_frog.lo
CC hw_ostc3.lo
/home/steve/src/subsurface/libdivecomputer/src/hw_ostc_parser.c: In
function ‘hw_ostc_parser_get_field’:
/home/steve/src/subsurface/libdivecomputer/src/hw_ostc_parser.c:678:94:
warning: ‘snprintf’ output may be truncated before the last format
character [-Wformat-truncation=]
678 | snprintf(buf, BUFLEN, "Saturation %u, Desaturation %u",
data[layout->deco_info1], data[layout->deco_info2]);
| ^
/home/steve/src/subsurface/libdivecomputer/src/hw_ostc_parser.c:678:41:
note: ‘snprintf’ output between 29 and 33 bytes into a destination of
size 32
678 | snprintf(buf, BUFLEN, "Saturation %u, Desaturation %u",
data[layout->deco_info1], data[layout->deco_info2]);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC aes.lo
CC cressi_edy.lo
CC cressi_edy_parser.lo
CC cressi_leonardo.lo
CC cressi_leonardo_parser.lo
CC cressi_goa.lo
CC cressi_goa_parser.lo
CC zeagle_n2ition3.lo
CC atomics_cobalt.lo
CC atomics_cobalt_parser.lo
CC shearwater_common.lo
CC shearwater_predator.lo
CC shearwater_predator_parser.lo
CC shearwater_petrel.lo
CC diverite_nitekq.lo
CC diverite_nitekq_parser.lo
CC citizen_aqualand.lo
CC citizen_aqualand_parser.lo
CC divesystem_idive.lo
CC divesystem_idive_parser.lo
CC platform.lo
CC ringbuffer.lo
CC rbstream.lo
CC checksum.lo
CC array.lo
CC buffer.lo
CC cochran_commander.lo
CC cochran_commander_parser.lo
CC tecdiving_divecomputereu.lo
CC tecdiving_divecomputereu_parser.lo
CC mclean_extreme.lo
CC mclean_extreme_parser.lo
CC liquivision_lynx.lo
CC liquivision_lynx_parser.lo
CC sporasub_sp2.lo
CC sporasub_sp2_parser.lo
CC deepsix_excursion.lo
CC deepsix_excursion_parser.lo
CC seac_screen.lo
CC seac_screen_parser.lo
CC socket.lo
CC irda.lo
CC usb.lo
CC usbhid.lo
CC bluetooth.lo
CC custom.lo
CC usb_storage.lo
CC field-cache.lo
CC garmin.lo
CC garmin_parser.lo
CC deepblu.lo
CC deepblu_parser.lo
CC oceans_s1.lo
CC oceans_s1_parser.lo
CC serial_posix.lo
GEN libdivecomputer.exp
CCLD libdivecomputer.la
Making all in doc
Making all in man
+ make install
Making install in include
Making install in libdivecomputer
/usr/bin/mkdir -p '/home/steve/src/install-
root/include/libdivecomputer'
/usr/bin/install -c -m 644 version.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/comm
on.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/cont
ext.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/buff
er.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/desc
riptor.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/iter
ator.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/iost
ream.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/ioct
l.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/seri
al.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/blue
tooth.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/ble.
h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/irda
.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/usb.
h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/usbh
id.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/cust
om.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/devi
ce.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/pars
er.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/date
time.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/unit
s.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/suun
to_eon.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/suun
to_vyper2.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/suun
to_d9.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/reef
net_sensus.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/reef
net_sensuspro.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/reef
net_sensusultra.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/ocea
nic_atom2.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/ocea
nic_veo250.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/ocea
nic_vtpro.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/hw_o
stc.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/hw_f
rog.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/hw_o
stc3.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/atom
ics_cobalt.h
/home/steve/src/subsurface/libdivecomputer/include/libdivecomputer/dive
system_idive.h '/home/steve/src/install-root/include/libdivecomputer'
Making install in src
/usr/bin/mkdir -p '/home/steve/src/install-root/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c
libdivecomputer.la '/home/steve/src/install-root/lib'
libtool: install: /usr/bin/install -c .libs/libdivecomputer.so.0.0.0
/home/steve/src/install-root/lib/libdivecomputer.so.0.0.0
libtool: install: (cd /home/steve/src/install-root/lib && { ln -s -f
libdivecomputer.so.0.0.0 libdivecomputer.so.0 || { rm -f
libdivecomputer.so.0 && ln -s libdivecomputer.so.0.0.0
libdivecomputer.so.0; }; })
libtool: install: (cd /home/steve/src/install-root/lib && { ln -s -f
libdivecomputer.so.0.0.0 libdivecomputer.so || { rm -f
libdivecomputer.so && ln -s libdivecomputer.so.0.0.0
libdivecomputer.so; }; })
libtool: install: /usr/bin/install -c .libs/libdivecomputer.lai
/home/steve/src/install-root/lib/libdivecomputer.la
libtool: install: /usr/bin/install -c .libs/libdivecomputer.a
/home/steve/src/install-root/lib/libdivecomputer.a
libtool: install: chmod 644 /home/steve/src/install-
root/lib/libdivecomputer.a
libtool: install: ranlib /home/steve/src/install-
root/lib/libdivecomputer.a
libtool: finish:
PATH="/home/steve/.local/bin:/home/steve/bin:/usr/share/Modules/bin:/us
r/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin:
/sbin" ldconfig -n /home/steve/src/install-root/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/steve/src/install-root/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Making install in doc
Making install in man
/usr/bin/mkdir -p '/home/steve/src/install-root/share/man/man3'
/usr/bin/install -c -m 644
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_buffer_append.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_buffer_free.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_buffer_get_data.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_buffer_get_size.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_buffer_new.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_buffer_prepend.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_context_free.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_context_new.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_context_set_logfu
nc.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_context_set_logle
vel.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_datetime_gmtime.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_datetime_localtim
e.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_datetime_mktime.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_datetime_now.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_descriptor_free.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_descriptor_get_mo
del.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_descriptor_get_pr
oduct.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_descriptor_get_ve
ndor.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_descriptor_get_tr
ansports.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_descriptor_iterat
or.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_device_close.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_device_foreach.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_device_open.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_device_set_cancel
.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_device_set_events
.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_device_set_finger
print.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_iterator_free.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_iterator_next.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_parser_destroy.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_parser_get_dateti
me.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_parser_get_field.
3 /home/steve/src/subsurface/libdivecomputer/doc/man/dc_parser_new.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_parser_samples_fo
reach.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_parser_set_data.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_bluetooth_open.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_bluetooth_iterato
r_new.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_bluetooth_device_
get_address.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_bluetooth_device_
get_name.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_bluetooth_addr2st
r.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_bluetooth_str2add
r.3 '/home/steve/src/install-root/share/man/man3'
/usr/bin/install -c -m 644
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_bluetooth_device_
free.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_usbhid_open.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_usbhid_device_get
_pid.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_usbhid_device_get
_vid.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_usbhid_iterator_n
ew.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_usbhid_device_fre
e.3 /home/steve/src/subsurface/libdivecomputer/doc/man/dc_serial_open.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_serial_device_get
_name.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_serial_iterator_n
ew.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_serial_device_fre
e.3 /home/steve/src/subsurface/libdivecomputer/doc/man/dc_irda_open.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_irda_device_get_n
ame.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_irda_device_get_a
ddress.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_irda_iterator_new
.3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_irda_device_free.
3
/home/steve/src/subsurface/libdivecomputer/doc/man/dc_iostream_close.3
/home/steve/src/subsurface/libdivecomputer/doc/man/libdivecomputer.3
'/home/steve/src/install-root/share/man/man3'
/usr/bin/mkdir -p '/home/steve/src/install-root/lib/pkgconfig'
/usr/bin/install -c -m 644 libdivecomputer.pc '/home/steve/src/install-
root/lib/pkgconfig'
++ grep '^libdir' Makefile
++ cut -d/ -f2
+ STATIC_LIBDC=/home/steve/src/install-root/lib/libdivecomputer.a
+ cd /home/steve/src
+ '[' '' '!=' 1 ']'
+ '[' 1 '!=' '' ']'
+ [[ 5.15.3 == 5* ]]
+ cd /home/steve/src
+ ./subsurface/scripts/get-dep-lib.sh single . googlemaps
+ set -e
+ cd .
+ for package in "${PACKAGES[@]}"
+ case "$package" in
+ git_checkout_library googlemaps master
https://github.com/Subsurface/googlemaps.git
+ '[' 3 -ne 3 ']'
+ local name=googlemaps
+ local version=master
+ local url=https://github.com/Subsurface/googlemaps.git
+ '[' '!' -d googlemaps ']'
+ git clone https://github.com/Subsurface/googlemaps.git googlemaps
Cloning into 'googlemaps'...
+ pushd googlemaps
~/src/googlemaps ~/src
++ git rev-parse HEAD
+ local current_sha=7ce7124b385b2ebac0f72c38b094f436d4fe5c58
++ git rev-parse master
+ local target_sha=7ce7124b385b2ebac0f72c38b094f436d4fe5c58
+ '[' '!' 7ce7124b385b2ebac0f72c38b094f436d4fe5c58 =
7ce7124b385b2ebac0f72c38b094f436d4fe5c58 ']'
+ popd
~/src
+ pushd googlemaps
~/src/googlemaps ~/src
+ mkdir -p build
+ mkdir -p J10build
+ cd build
+ '[' Linux = Darwin ']'
+ qmake-qt5 INCLUDEPATH=/home/steve/src/install-root/include
../googlemaps.pro
Info: creating stash file /home/steve/src/googlemaps/build/.qmake.stash
+ '[' '' = true ']'
+ make -j4
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/qgeoserviceproviderplugingooglemaps.o
/home/steve/src/googlemaps/qgeoserviceproviderplugingooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/qgeocodingmanagerenginegooglemaps.o
/home/steve/src/googlemaps/qgeocodingmanagerenginegooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/qgeocodereplygooglemaps.o
/home/steve/src/googlemaps/qgeocodereplygooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/qgeoroutingmanagerenginegooglemaps.o
/home/steve/src/googlemaps/qgeoroutingmanagerenginegooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/qgeoroutereplygooglemaps.o
/home/steve/src/googlemaps/qgeoroutereplygooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/qplacemanagerenginegooglemaps.o
/home/steve/src/googlemaps/qplacemanagerenginegooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/qplacesearchreplygooglemaps.o
/home/steve/src/googlemaps/qplacesearchreplygooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/qplacecategoriesreplygooglemaps.o
/home/steve/src/googlemaps/qplacecategoriesreplygooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/qgeomapreplygooglemaps.o
/home/steve/src/googlemaps/qgeomapreplygooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/qgeotiledmapgooglemaps.o
/home/steve/src/googlemaps/qgeotiledmapgooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/qgeotiledmappingmanagerenginegooglemaps.o
/home/steve/src/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/qgeotilefetchergooglemaps.o
/home/steve/src/googlemaps/qgeotilefetchergooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/qplacesearchsuggestionreplyimpl.o
/home/steve/src/googlemaps/qplacesearchsuggestionreplyimpl.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/qgeoerror_messages.o
/home/steve/src/googlemaps/qgeoerror_messages.cpp
g++ -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -dM -E -o
.moc/moc_predefs.h /../lib64/qt5/mkspecs/features/data/dummy.cpp
/../lib64/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -
D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -
DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB
-DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB --include
/home/steve/src/googlemaps/build/.moc/moc_predefs.h -
I/../lib64/qt5/mkspecs/linux-g++ -I/home/steve/src/googlemaps -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I. -I/usr/include/c++/12 -
I/usr/include/c++/12/x86_64-redhat-linux -I/usr/include/c++/12/backward
-I/usr/lib/gcc/x86_64-redhat-linux/12/include -I/usr/local/include -
I/usr/include
/home/steve/src/googlemaps/qgeoserviceproviderplugingooglemaps.h -o
.moc/moc_qgeoserviceproviderplugingooglemaps.cpp
/../lib64/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -
D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -
DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB
-DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB --include
/home/steve/src/googlemaps/build/.moc/moc_predefs.h -
I/../lib64/qt5/mkspecs/linux-g++ -I/home/steve/src/googlemaps -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I. -I/usr/include/c++/12 -
I/usr/include/c++/12/x86_64-redhat-linux -I/usr/include/c++/12/backward
-I/usr/lib/gcc/x86_64-redhat-linux/12/include -I/usr/local/include -
I/usr/include
/home/steve/src/googlemaps/qgeocodingmanagerenginegooglemaps.h -o
.moc/moc_qgeocodingmanagerenginegooglemaps.cpp
/../lib64/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -
D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -
DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB
-DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB --include
/home/steve/src/googlemaps/build/.moc/moc_predefs.h -
I/../lib64/qt5/mkspecs/linux-g++ -I/home/steve/src/googlemaps -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I. -I/usr/include/c++/12 -
I/usr/include/c++/12/x86_64-redhat-linux -I/usr/include/c++/12/backward
-I/usr/lib/gcc/x86_64-redhat-linux/12/include -I/usr/local/include -
I/usr/include /home/steve/src/googlemaps/qgeocodereplygooglemaps.h -o
.moc/moc_qgeocodereplygooglemaps.cpp
/../lib64/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -
D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -
DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB
-DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB --include
/home/steve/src/googlemaps/build/.moc/moc_predefs.h -
I/../lib64/qt5/mkspecs/linux-g++ -I/home/steve/src/googlemaps -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I. -I/usr/include/c++/12 -
I/usr/include/c++/12/x86_64-redhat-linux -I/usr/include/c++/12/backward
-I/usr/lib/gcc/x86_64-redhat-linux/12/include -I/usr/local/include -
I/usr/include
/home/steve/src/googlemaps/qgeoroutingmanagerenginegooglemaps.h -o
.moc/moc_qgeoroutingmanagerenginegooglemaps.cpp
/../lib64/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -
D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -
DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB
-DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB --include
/home/steve/src/googlemaps/build/.moc/moc_predefs.h -
I/../lib64/qt5/mkspecs/linux-g++ -I/home/steve/src/googlemaps -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I. -I/usr/include/c++/12 -
I/usr/include/c++/12/x86_64-redhat-linux -I/usr/include/c++/12/backward
-I/usr/lib/gcc/x86_64-redhat-linux/12/include -I/usr/local/include -
I/usr/include /home/steve/src/googlemaps/qgeoroutereplygooglemaps.h -o
.moc/moc_qgeoroutereplygooglemaps.cpp
/../lib64/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -
D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -
DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB
-DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB --include
/home/steve/src/googlemaps/build/.moc/moc_predefs.h -
I/../lib64/qt5/mkspecs/linux-g++ -I/home/steve/src/googlemaps -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I. -I/usr/include/c++/12 -
I/usr/include/c++/12/x86_64-redhat-linux -I/usr/include/c++/12/backward
-I/usr/lib/gcc/x86_64-redhat-linux/12/include -I/usr/local/include -
I/usr/include
/home/steve/src/googlemaps/qplacemanagerenginegooglemaps.h -o
.moc/moc_qplacemanagerenginegooglemaps.cpp
/home/steve/src/googlemaps/qgeotilefetchergooglemaps.cpp: In member
function ‘void
QGeoTileFetcherGooglemaps::_tryCorrectGoogleVersions(QNetworkAccessMana
ger*)’:
/home/steve/src/googlemaps/qgeotilefetchergooglemaps.cpp:203:118:
warning: ‘void QNetworkReply::error(NetworkError)’ is deprecated: Use
QNetworkReply::errorOccurred(QNetworkReply::NetworkError) instead [-
Wdeprecated-declarations]
203 | connect(_googleReply, static_cast<void
(QNetworkReply::*)(QNetworkReply::NetworkError)>(&QNetworkReply::error)
,
| ^
In file included from /usr/include/qt5/QtNetwork/QNetworkReply:1,
from /home/steve/src/googlemaps/qgeotilefetchergooglemaps.h:8,
from /home/steve/src/googlemaps/qgeotilefetchergooglemaps.cpp:1:
/usr/include/qt5/QtNetwork/qnetworkreply.h:161:10: note: declared here
161 | void error(QNetworkReply::NetworkError);
| ^~~~~
/home/steve/src/googlemaps/qgeotilefetchergooglemaps.cpp:203:118:
warning: ‘void QNetworkReply::error(NetworkError)’ is deprecated: Use
QNetworkReply::errorOccurred(QNetworkReply::NetworkError) instead [-
Wdeprecated-declarations]
203 | connect(_googleReply, static_cast<void
(QNetworkReply::*)(QNetworkReply::NetworkError)>(&QNetworkReply::error)
,
| ^
/usr/include/qt5/QtNetwork/qnetworkreply.h:161:10: note: declared here
161 | void error(QNetworkReply::NetworkError);
| ^~~~~
/../lib64/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -
D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -
DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB
-DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB --include
/home/steve/src/googlemaps/build/.moc/moc_predefs.h -
I/../lib64/qt5/mkspecs/linux-g++ -I/home/steve/src/googlemaps -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I. -I/usr/include/c++/12 -
I/usr/include/c++/12/x86_64-redhat-linux -I/usr/include/c++/12/backward
-I/usr/lib/gcc/x86_64-redhat-linux/12/include -I/usr/local/include -
I/usr/include /home/steve/src/googlemaps/qplacesearchreplygooglemaps.h
-o .moc/moc_qplacesearchreplygooglemaps.cpp
/../lib64/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -
D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -
DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB
-DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB --include
/home/steve/src/googlemaps/build/.moc/moc_predefs.h -
I/../lib64/qt5/mkspecs/linux-g++ -I/home/steve/src/googlemaps -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I. -I/usr/include/c++/12 -
I/usr/include/c++/12/x86_64-redhat-linux -I/usr/include/c++/12/backward
-I/usr/lib/gcc/x86_64-redhat-linux/12/include -I/usr/local/include -
I/usr/include
/home/steve/src/googlemaps/qplacecategoriesreplygooglemaps.h -o
.moc/moc_qplacecategoriesreplygooglemaps.cpp
/../lib64/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -
D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -
DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB
-DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB --include
/home/steve/src/googlemaps/build/.moc/moc_predefs.h -
I/../lib64/qt5/mkspecs/linux-g++ -I/home/steve/src/googlemaps -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I. -I/usr/include/c++/12 -
I/usr/include/c++/12/x86_64-redhat-linux -I/usr/include/c++/12/backward
-I/usr/lib/gcc/x86_64-redhat-linux/12/include -I/usr/local/include -
I/usr/include /home/steve/src/googlemaps/qgeomapreplygooglemaps.h -o
.moc/moc_qgeomapreplygooglemaps.cpp
/../lib64/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -
D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -
DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB
-DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB --include
/home/steve/src/googlemaps/build/.moc/moc_predefs.h -
I/../lib64/qt5/mkspecs/linux-g++ -I/home/steve/src/googlemaps -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I. -I/usr/include/c++/12 -
I/usr/include/c++/12/x86_64-redhat-linux -I/usr/include/c++/12/backward
-I/usr/lib/gcc/x86_64-redhat-linux/12/include -I/usr/local/include -
I/usr/include /home/steve/src/googlemaps/qgeotiledmapgooglemaps.h -o
.moc/moc_qgeotiledmapgooglemaps.cpp
/../lib64/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -
D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -
DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB
-DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB --include
/home/steve/src/googlemaps/build/.moc/moc_predefs.h -
I/../lib64/qt5/mkspecs/linux-g++ -I/home/steve/src/googlemaps -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I. -I/usr/include/c++/12 -
I/usr/include/c++/12/x86_64-redhat-linux -I/usr/include/c++/12/backward
-I/usr/lib/gcc/x86_64-redhat-linux/12/include -I/usr/local/include -
I/usr/include
/home/steve/src/googlemaps/qgeotiledmappingmanagerenginegooglemaps.h -o
.moc/moc_qgeotiledmappingmanagerenginegooglemaps.cpp
/../lib64/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -
D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -
DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB
-DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB --include
/home/steve/src/googlemaps/build/.moc/moc_predefs.h -
I/../lib64/qt5/mkspecs/linux-g++ -I/home/steve/src/googlemaps -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I. -I/usr/include/c++/12 -
I/usr/include/c++/12/x86_64-redhat-linux -I/usr/include/c++/12/backward
-I/usr/lib/gcc/x86_64-redhat-linux/12/include -I/usr/local/include -
I/usr/include /home/steve/src/googlemaps/qgeotilefetchergooglemaps.h -o
.moc/moc_qgeotilefetchergooglemaps.cpp
/../lib64/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -
D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -
DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB
-DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB --include
/home/steve/src/googlemaps/build/.moc/moc_predefs.h -
I/../lib64/qt5/mkspecs/linux-g++ -I/home/steve/src/googlemaps -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I. -I/usr/include/c++/12 -
I/usr/include/c++/12/x86_64-redhat-linux -I/usr/include/c++/12/backward
-I/usr/lib/gcc/x86_64-redhat-linux/12/include -I/usr/local/include -
I/usr/include
/home/steve/src/googlemaps/qplacesearchsuggestionreplyimpl.h -o
.moc/moc_qplacesearchsuggestionreplyimpl.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/moc_qgeoserviceproviderplugingooglemaps.o
.moc/moc_qgeoserviceproviderplugingooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/moc_qgeocodingmanagerenginegooglemaps.o
.moc/moc_qgeocodingmanagerenginegooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/moc_qgeocodereplygooglemaps.o .moc/moc_qgeocodereplygooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/moc_qgeoroutingmanagerenginegooglemaps.o
.moc/moc_qgeoroutingmanagerenginegooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/moc_qgeoroutereplygooglemaps.o
.moc/moc_qgeoroutereplygooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/moc_qplacemanagerenginegooglemaps.o
.moc/moc_qplacemanagerenginegooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/moc_qplacesearchreplygooglemaps.o
.moc/moc_qplacesearchreplygooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/moc_qplacecategoriesreplygooglemaps.o
.moc/moc_qplacecategoriesreplygooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/moc_qgeomapreplygooglemaps.o .moc/moc_qgeomapreplygooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/moc_qgeotiledmapgooglemaps.o .moc/moc_qgeotiledmapgooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/moc_qgeotiledmappingmanagerenginegooglemaps.o
.moc/moc_qgeotiledmappingmanagerenginegooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/moc_qgeotilefetchergooglemaps.o
.moc/moc_qgeotilefetchergooglemaps.cpp
g++ -c -pipe -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -O2 -g -grecord-gcc-switches -pipe -Wall -
Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-
D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -
fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -
m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-
protection -fcf-protection -fno-exceptions -Wall -Wextra -D_REENTRANT -
fPIC -DQT_NO_LINKED_LIST -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -
D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -
DQT_POSITIONINGQUICK_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -
DQT_POSITIONING_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -I/home/steve/src/googlemaps -I. -
I/home/steve/src/install-root/include -I/home/steve/src -
I/home/steve/src/googlemaps -I/usr/include/qt5/QtLocation/5.15.3 -
I/usr/include/qt5/QtLocation/5.15.3/QtLocation -
I/usr/include/qt5/QtPositioningQuick/5.15.3 -
I/usr/include/qt5/QtPositioningQuick/5.15.3/QtPositioningQuick -
I/usr/include/qt5/QtQuick/5.15.3 -
I/usr/include/qt5/QtQuick/5.15.3/QtQuick -
I/usr/include/qt5/QtGui/5.15.3 -I/usr/include/qt5/QtGui/5.15.3/QtGui -
I/usr/include/qt5 -I/usr/include/qt5/QtLocation -
I/usr/include/qt5/QtPositioningQuick -I/usr/include/qt5/QtQuick -
I/usr/include/qt5/QtGui -I/usr/include/qt5/QtPositioning/5.15.3 -
I/usr/include/qt5/QtPositioning/5.15.3/QtPositioning -
I/usr/include/qt5/QtQmlModels/5.15.3 -
I/usr/include/qt5/QtQmlModels/5.15.3/QtQmlModels -
I/usr/include/qt5/QtQml/5.15.3 -I/usr/include/qt5/QtQml/5.15.3/QtQml -
I/usr/include/qt5/QtCore/5.15.3 -I/usr/include/qt5/QtCore/5.15.3/QtCore
-I/usr/include/qt5/QtPositioning -I/usr/include/qt5/QtQmlModels -
I/usr/include/qt5/QtQml -I/usr/include/qt5/QtNetwork -
I/usr/include/qt5/QtCore -I.moc -I/../lib64/qt5/mkspecs/linux-g++ -o
.obj/moc_qplacesearchsuggestionreplyimpl.o
.moc/moc_qplacesearchsuggestionreplyimpl.cpp
rm -f libqtgeoservices_googlemaps.so
g++ -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -
specs=/usr/lib/rpm/redhat/redhat-hardened-ld -
specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -Wl,-
dT,/builddir/build/BUILD/qtbase-everywhere-src-5.15.3/.package_note-
qt5-qtbase-5.15.3-2.fc36.x86_64.ld -Wl,-z,relro -Wl,--as-needed -Wl,-
z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -
specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -Wl,-
dT,/builddir/build/BUILD/qtbase-everywhere-src-5.15.3/.package_note-
qt5-qtbase-5.15.3-2.fc36.x86_64.ld -Wl,--enable-new-dtags -shared -o
libqtgeoservices_googlemaps.so
.obj/qgeoserviceproviderplugingooglemaps.o
.obj/qgeocodingmanagerenginegooglemaps.o .obj/qgeocodereplygooglemaps.o
.obj/qgeoroutingmanagerenginegooglemaps.o
.obj/qgeoroutereplygooglemaps.o .obj/qplacemanagerenginegooglemaps.o
.obj/qplacesearchreplygooglemaps.o
.obj/qplacecategoriesreplygooglemaps.o .obj/qgeomapreplygooglemaps.o
.obj/qgeotiledmapgooglemaps.o
.obj/qgeotiledmappingmanagerenginegooglemaps.o
.obj/qgeotilefetchergooglemaps.o .obj/qplacesearchsuggestionreplyimpl.o
.obj/qgeoerror_messages.o
.obj/moc_qgeoserviceproviderplugingooglemaps.o
.obj/moc_qgeocodingmanagerenginegooglemaps.o
.obj/moc_qgeocodereplygooglemaps.o
.obj/moc_qgeoroutingmanagerenginegooglemaps.o
.obj/moc_qgeoroutereplygooglemaps.o
.obj/moc_qplacemanagerenginegooglemaps.o
.obj/moc_qplacesearchreplygooglemaps.o
.obj/moc_qplacecategoriesreplygooglemaps.o
.obj/moc_qgeomapreplygooglemaps.o .obj/moc_qgeotiledmapgooglemaps.o
.obj/moc_qgeotiledmappingmanagerenginegooglemaps.o
.obj/moc_qgeotilefetchergooglemaps.o
.obj/moc_qplacesearchsuggestionreplyimpl.o /usr/lib64/libQt5Location.so
/usr/lib64/libQt5PositioningQuick.so /usr/lib64/libQt5Quick.so
/usr/lib64/libQt5Gui.so /usr/lib64/libQt5Positioning.so
/usr/lib64/libQt5QmlModels.so /usr/lib64/libQt5Qml.so
/usr/lib64/libQt5Network.so /usr/lib64/libQt5Core.so -lGL -lpthread 
/usr/bin/ld: cannot open linker script file
/builddir/build/BUILD/qtbase-everywhere-src-5.15.3/.package_note-qt5-
qtbase-5.15.3-2.fc36.x86_64.ld: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:147: libqtgeoservices_googlemaps.so] Error 1
[steve at t490 src]$ 
[steve at t490 src]$ 






-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.subsurface-divelog.org/pipermail/subsurface/attachments/20220613/3471a01c/attachment-0001.htm>


More information about the subsurface mailing list