Advertisement
3nids

Untitled

Sep 25th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1. In file included from /Users/denis/opt/qgis/QGIS/src/analysis/qgsanalysis.cpp:20:
  2. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h:76:14: error: no matching conversion for static_cast from 'int' to 'QgsGeometrySelfIntersectionCheck'
  3. return static_cast<T>( 0 ).id();
  4. ^~~~~~~~~~~~~~~~~~~
  5. /Users/denis/opt/qgis/QGIS/src/analysis/qgsanalysis.cpp:42:54: note: in instantiation of member function 'QgsGeometryCheckFactoryT<QgsGeometrySelfIntersectionCheck>::id' requested here
  6. mGeometryCheckRegistry->registerGeometryCheck( new QgsGeometryCheckFactoryT<QgsGeometrySelfIntersectionCheck>() );
  7. ^
  8. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometryselfintersectioncheck.h:45:23: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const QgsGeometrySelfIntersectionCheck' for 1st argument
  9. class ANALYSIS_EXPORT QgsGeometrySelfIntersectionCheck : public QgsSingleGeometryCheck
  10. ^
  11. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometryselfintersectioncheck.h:45:23: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'int' to 'QgsGeometrySelfIntersectionCheck' for 1st argument
  12. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometryselfintersectioncheck.h:48:14: note: candidate constructor not viable: requires 2 arguments, but 1 was provided
  13. explicit QgsGeometrySelfIntersectionCheck( const QgsGeometryCheckContext *context, const QVariantMap &configuration )
  14. ^
  15. In file included from /Users/denis/opt/qgis/QGIS/src/analysis/qgsanalysis.cpp:20:
  16. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h:71:14: error: no matching conversion for static_cast from 'int' to 'QgsGeometrySelfIntersectionCheck'
  17. return static_cast<T>( 0 ).description();
  18. ^~~~~~~~~~~~~~~~~~~
  19. /Users/denis/opt/qgis/QGIS/src/analysis/qgsanalysis.cpp:42:54: note: in instantiation of member function 'QgsGeometryCheckFactoryT<QgsGeometrySelfIntersectionCheck>::description' requested here
  20. mGeometryCheckRegistry->registerGeometryCheck( new QgsGeometryCheckFactoryT<QgsGeometrySelfIntersectionCheck>() );
  21. ^
  22. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometryselfintersectioncheck.h:45:23: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const QgsGeometrySelfIntersectionCheck' for 1st argument
  23. class ANALYSIS_EXPORT QgsGeometrySelfIntersectionCheck : public QgsSingleGeometryCheck
  24. ^
  25. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometryselfintersectioncheck.h:45:23: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'int' to 'QgsGeometrySelfIntersectionCheck' for 1st argument
  26. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometryselfintersectioncheck.h:48:14: note: candidate constructor not viable: requires 2 arguments, but 1 was provided
  27. explicit QgsGeometrySelfIntersectionCheck( const QgsGeometryCheckContext *context, const QVariantMap &configuration )
  28. ^
  29. In file included from /Users/denis/opt/qgis/QGIS/src/analysis/qgsanalysis.cpp:20:
  30. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h:81:14: error: no matching conversion for static_cast from 'int' to 'QgsGeometrySelfIntersectionCheck'
  31. return static_cast<T>( 0 ).isCompatible( layer );
  32. ^~~~~~~~~~~~~~~~~~~
  33. /Users/denis/opt/qgis/QGIS/src/analysis/qgsanalysis.cpp:42:54: note: in instantiation of member function 'QgsGeometryCheckFactoryT<QgsGeometrySelfIntersectionCheck>::isCompatible' requested here
  34. mGeometryCheckRegistry->registerGeometryCheck( new QgsGeometryCheckFactoryT<QgsGeometrySelfIntersectionCheck>() );
  35. ^
  36. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometryselfintersectioncheck.h:45:23: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const QgsGeometrySelfIntersectionCheck' for 1st argument
  37. class ANALYSIS_EXPORT QgsGeometrySelfIntersectionCheck : public QgsSingleGeometryCheck
  38. ^
  39. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometryselfintersectioncheck.h:45:23: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'int' to 'QgsGeometrySelfIntersectionCheck' for 1st argument
  40. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometryselfintersectioncheck.h:48:14: note: candidate constructor not viable: requires 2 arguments, but 1 was provided
  41. explicit QgsGeometrySelfIntersectionCheck( const QgsGeometryCheckContext *context, const QVariantMap &configuration )
  42. ^
  43. In file included from /Users/denis/opt/qgis/QGIS/src/analysis/qgsanalysis.cpp:20:
  44. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h:86:14: error: no matching conversion for static_cast from 'int' to 'QgsGeometrySelfIntersectionCheck'
  45. return static_cast<T>( 0 ).flags();
  46. ^~~~~~~~~~~~~~~~~~~
  47. /Users/denis/opt/qgis/QGIS/src/analysis/qgsanalysis.cpp:42:54: note: in instantiation of member function 'QgsGeometryCheckFactoryT<QgsGeometrySelfIntersectionCheck>::flags' requested here
  48. mGeometryCheckRegistry->registerGeometryCheck( new QgsGeometryCheckFactoryT<QgsGeometrySelfIntersectionCheck>() );
  49. ^
  50. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometryselfintersectioncheck.h:45:23: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const QgsGeometrySelfIntersectionCheck' for 1st argument
  51. class ANALYSIS_EXPORT QgsGeometrySelfIntersectionCheck : public QgsSingleGeometryCheck
  52. ^
  53. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometryselfintersectioncheck.h:45:23: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'int' to 'QgsGeometrySelfIntersectionCheck' for 1st argument
  54. /Users/denis/opt/qgis/QGIS/src/analysis/vector/geometry_checker/qgsgeometryselfintersectioncheck.h:48:14: note: candidate constructor not viable: requires 2 arguments, but 1 was provided
  55. explicit QgsGeometrySelfIntersectionCheck( const QgsGeometryCheckContext *context, const QVariantMap &configuration )
  56. ^
  57. 4 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement