Skip to content

No member named 'errorOccurred' #42

@arrmo

Description

@arrmo

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!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions