[Qgis-developer] New OpenStreetMap integration

Martin Dobias wonder.sk at gmail.com
Thu Feb 28 23:29:08 PST 2013


On Fri, Mar 1, 2013 at 7:50 AM, Denis Rouzaud <denis.rouzaud at gmail.com> wrote:
> Hi Martin,
>
> I got this error when I compile this morning.
> http://pastebin.com/v0WPVbj7

The first part looks like sqlite library should be added to link
libraries for analysis. Could you please try adding this to
src/analysis/CMakeLists.txt

IF(NOT WITH_INTERNAL_SPATIALITE)
  TARGET_LINK_LIBRARIES(qgis_analysis ${SQLITE_LIBRARY})
ENDIF(NOT WITH_INTERNAL_SPATIALITE)

And see if that helps?



> /home/denis/opt/qgis/Quantum-GIS/build-master/python/core/sipcorepart3.cpp:
> In function ‘PyObject* meth_QgsFeatureRequest_setFilterFid(PyObject*,
> PyObject*)’:
> /home/denis/opt/qgis/Quantum-GIS/build-master/python/core/sipcorepart3.cpp:42358:47:
> error: no matching function for call to
> ‘QgsFeatureRequest::setFilterFid(QString&)’
> /home/denis/opt/qgis/Quantum-GIS/build-master/python/core/sipcorepart3.cpp:42358:47:
> note: candidate is:
> /home/denis/opt/qgis/Quantum-GIS/python/../src/core/qgsfeaturerequest.h:85:24:
> note: QgsFeatureRequest& QgsFeatureRequest::setFilterFid(QgsFeatureId)
> /home/denis/opt/qgis/Quantum-GIS/python/../src/core/qgsfeaturerequest.h:85:24:
> note:   no known conversion for argument 1 from ‘QString’ to ‘QgsFeatureId
> {aka long long int}’
>
> Not sure it is related to the OSM integration.

Hm... this seems to be unrelated. Was it compiling for you before
(e.g. yesterday)?

Martin


More information about the Qgis-developer mailing list