-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hi,
When i am trying to build this library I am receiving the following error. Can you please explain what possibly could the reason be?
g++ -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -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_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/home/paras/Libraries/googlemaps -I. -I/home/paras/Libraries -I/home/paras/Libraries/googlemaps -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtLocation -isystem /usr/include/x86_64-linux-gnu/qt5/QtPositioningQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtPositioning -isystem /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/qgeoserviceproviderplugingooglemaps.o /home/paras/Libraries/googlemaps/qgeoserviceproviderplugingooglemaps.cpp
In file included from /home/paras/Libraries/googlemaps/qgeoserviceproviderplugingooglemaps.cpp:5:
/home/paras/Libraries/googlemaps/qgeotiledmappingmanagerenginegooglemaps.h:4:10: fatal error: QtLocation/private/qgeotiledmappingmanagerengine_p.h: No such file or directory
4 | #include "QtLocation/private/qgeotiledmappingmanagerengine_p.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:497: .obj/qgeoserviceproviderplugingooglemaps.o] Error 1
Thanks