removing Marble traces from the Subsurface tree

Dirk Hohndel dirk at hohndel.org
Fri Aug 25 11:07:59 PDT 2017


> On Aug 25, 2017, at 10:47 AM, Miika Turkia <miika.turkia at gmail.com> wrote:
> 
> On Fri, Aug 25, 2017 at 8:30 PM, Robert C. Helling
> <robert at euve10195.vserver.de> wrote:
>> Miika,
>> 
>>> Am 25.08.2017 um 05:55 schrieb Miika Turkia <miika.turkia at gmail.com>:
>>> 
>>> Any idea about the following error message?
>>> 
>>> qrc:/MapWidget.qml:45: Error: Cannot assign [undefined] to
>>> QDeclarativeGeoMapType*
>>> qml: MapWidget.qml: cannot find a plugin with the name 'googlemaps'
>> 
>> Are you positive the plugin was built correctly? On my macs there was a problem with the sed script.  I had to go to the directory and make and make install explicitly. Then everything worked like charm.
>> 
> 
> That is the thing. There is no googlemaps
> ---8<---
> Cloning into 'googlemaps'...
> Already on 'master'
> Your branch is up-to-date with 'origin/master'.
> Current branch master is up to date.
> Project ERROR: No module claims plugin type 'geoservices'
> sed: can't read Makefile: No such file or directory
> make: *** No targets specified and no makefile found.  Stop.
> make: *** No rule to make target 'install'.  Stop.
> ---8<---
> 
> And no makefiles in the build dir either. Been trying to figure this
> out for quite some time to no avail.

So do it manually (by the way, I always run the build script with bash -x)

cd ~/src/googlemaps/build
qmake ../googlemaps.pro
INSTALL_ROOT=~/src/install-root make install

which of the steps fails? :-)

/D


More information about the subsurface mailing list