-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
First off - apologies if this me. Not saying I don't have this messed up ... but I am trying not to 😆. If it is, please just clarify the error of my ways, and we can close this out. But in case, reporting it.
I am trying to build an application that makes use of googlemaps (subsurface). So first I built qtlocation (v6.3.0),
git clone --branch 6.3.0 https://code.qt.io/qt/qtlocation.gitcd qtlocation
cd qtlocation
mkdir build
cd build
~/Qt/6.3.0/macos/bin/qt-cmake ..
make -j16
make install
That all seems to go OK, and installs (to ~/Qt). So then,
git clone https://github.com/vladest/googlemaps.git
cd googlemaps
mkdir build
cd build
~/Qt/6.3.0/macos/bin/qmake ..
make -j16
But, I end up with (a bunch of) errors like,
qplacecategoriesreplygooglemaps.cpp:21:10: error: use of undeclared identifier 'errorOccurred'
emit errorOccurred(errorCode, errorString);
qgeocodingmanagerenginegooglemaps.cpp:113:53: error: no member named 'errorOccurred' in 'QGeoCodeReplyGooglemaps'
connect(geocodeReply, &QGeoCodeReplyGooglemaps::errorOccurred, this, &QGeoCodingManagerEngineGooglemaps::replyError);
Thoughts?
Thanks!!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels