Re: [QGIS-Developer] QGIS build error: multiple definitions of sipQgsTinInterpolator:: methods

2020-12-31 Thread Harrissou
Hi Vincent, Yes this is what I finally did. I was worrying I'd break again my 3d build but everything is OK. Thanks. Harrissou Le 30 décembre 2020 19:54:43 GMT+01:00, Vincent Cloarec a écrit : >Hi, > >With same errors, cleaning before building is enough to fix that. > >Regards. > >Le mar. 29

Re: [QGIS-Developer] QGIS build error: multiple definitions of sipQgsTinInterpolator:: methods

2020-12-30 Thread Vincent Cloarec
Hi, With same errors, cleaning before building is enough to fix that. Regards. Le mar. 29 déc. 2020 à 13:51, DelazJ a écrit : > Hi devs, > > I'm trying to build master and am getting a bunch of error messages > related to multiple definitions of sipQgsTinInterpolator methods. Anyone > knows

[QGIS-Developer] QGIS build error: multiple definitions of sipQgsTinInterpolator:: methods

2020-12-29 Thread DelazJ
Hi devs, I'm trying to build master and am getting a bunch of error messages related to multiple definitions of sipQgsTinInterpolator methods. Anyone knows what I should do? If necessary, I'm on Ubuntu 20.04.1, python 3.8.5, sip 4.19.21 and I can build 3.16 fine. some sample below:

Re: [QGIS-Developer] QGIS build error in Ubuntu 18.04

2020-03-31 Thread Samweli
Stephen, thanks again, I was able to compile QGIS successfully after building libspatialite from source as you indicated. Many thanks, I truly appreciate your help in this!! -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html

Re: [QGIS-Developer] QGIS build error in Ubuntu 18.04

2020-03-31 Thread Sebastiaan Couwenberg
On 3/31/20 3:11 PM, Stephen Knox wrote: > I was going to say I'm not sure why I had to set the flag for spatialite, > as https://www.gaia-gis.it/fossil/libspatialite/wiki?name=PROJ.6 implies > that it is no longer required. But I was definitely getting an error on a > checkout from the fossil

Re: [QGIS-Developer] QGIS build error in Ubuntu 18.04

2020-03-31 Thread Stephen Knox
Sorry, sent too quickly. I was going to say I'm not sure why I had to set the flag for spatialite, as https://www.gaia-gis.it/fossil/libspatialite/wiki?name=PROJ.6 implies that it is no longer required. But I was definitely getting an error on a checkout from the fossil build from one of the

Re: [QGIS-Developer] QGIS build error in Ubuntu 18.04

2020-03-31 Thread Stephen Knox
Hi Samweli, I was able to fix it last night with Proj 7 by doing the following (I have a custom build of gdal, spatialite, qgis and proj): - purge all libproj < 19 from /usr/local/lib or wherever your custom files are kept - Compile and install proj 7 - Recompile libspatialite against proj 7 (to

Re: [QGIS-Developer] QGIS build error in Ubuntu 18.04

2020-03-31 Thread Samweli
Hi Stephen, Thanks a lot for your help, I have downgraded to PROJ 6.3.1 by installing it from source. Now I get this error [ 39%] Built target pyqtcompat make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libspatialite.so', needed by 'output/lib/libqgis_core.so.3.13.0'. Stop.

Re: [QGIS-Developer] QGIS build error in Ubuntu 18.04

2020-03-30 Thread Stephen Knox
Hi Samweli, I had the same issue. I was also using PROJ 7, and getting an identical error. It looks like this issue might be related to this one: https://github.com/qgis/QGIS/issues/35195, so this looks unlikely to be an isolated issue. I was able to resolve by downgrading to PROJ 6.3.1, but

[QGIS-Developer] QGIS build error in Ubuntu 18.04

2020-03-30 Thread Samweli
Hi, Recently when I build QGIS from ubuntu 18.04 after an update on gdal libraries from ubuntu repositories, I get this error [ 67%] Running crssync free(): invalid pointer Aborted src/crssync/CMakeFiles/synccrsdb.dir/build.make:57: recipe for target 'src/crssync/CMakeFiles/synccrsdb' failed

[Qgis-developer] QGIS build error

2017-03-21 Thread Yves Jacolin
building QGIS from scratch I have such error (plenty of this) https://gist.github.com/yjacolin/c84beac6d4d62fd0be6036651cec5df4 I am using Qt 5.6 is it a problem? Thanks, Y. signature.asc Description: This is a digitally signed message part. ___

[Qgis-developer] QGIS build error

2015-08-03 Thread Azghar Hussain
Dear All, I have build QGIS 2.8.2 in Visual Studio 2008. But I am getting following error. *Couldn't load PyQGIS. Python support will be disabled. Traceback (most recent call last): File , line 1, in File D:/QGIS/build/output/python\qgis\__init__.py, line 36, in from qgis.core import

[Qgis-developer] QGIS build error in visual studio

2014-01-23 Thread A Huarte
Hi dev, now I have updated my master repository, I can not build QGIS in visual studio. May be this commit ? https://github.com/qgis/QGIS/commit/e8205c98c938b60569c30d5c0bbec3acab1f441a I get these errors... 2  qgssinglesymbolrendererv2.cpp 2c:\Archivos de programa\Microsoft Visual Studio

Re: [Qgis-developer] QGIS build error in visual studio

2014-01-23 Thread A Huarte
for QScopedPointer ? Can someone help me ? Thanks! Alvaro De: A Huarte ahuart...@yahoo.es Para: qgis-developer@lists.osgeo.org qgis-developer@lists.osgeo.org Enviado: Jueves 23 de enero de 2014 18:42 Asunto: [Qgis-developer] QGIS build error in visual studio Hi

Re: [Qgis-developer] QGIS build error in visual studio

2014-01-23 Thread Vincent Mora
This is apparently due to a difference in implementation of std::swap. Sorry for that. This should fix the problem: https://github.com/qgis/QGIS/pull/1106 On 23/01/2014 18:42, A Huarte wrote: Hi dev, now I have updated my master repository, I can not build QGIS in visual studio. May be this