[Qgis-developer] New OpenStreetMap integration

Denis Rouzaud denis.rouzaud at gmail.com
Thu Feb 28 23:36:12 PST 2013


On 03/01/2013 08:29 AM, Martin Dobias wrote:
> 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?
Nope. Still have the same ouptut.
(I added the lines in src/analysis/CMakeLists.txt, and ran make clean, 
ccmake .. and make)

>
>
>
>> /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)?

Well, yes. I compiled yesterday afternoon (about 15h from now).
>
> Martin
Thanks,

Denis


More information about the Qgis-developer mailing list