[QGIS-Developer] Problems building QGIS 3.26 using Python 3.10.5 and SIP 6.6.2

2022-06-28 Thread Hernán De Angelis via QGIS-Developer
Hi developers, I am trying to understand some errors I get while building either QGIS 3.26 or the latest main branch from GitHub in openSUSE Tumbleweed. I normally compile the latest source every few weeks and normally things go fine. Last few times I compiled Python was 3.8 and 3.9 and there

[QGIS-Developer] QGIS build failure with QWT 6.2.0 (Linux openSUSE Tumbleweed)

2021-08-09 Thread Hernán De Angelis
Hi This is not a bug report about QGIS, just a note about something that might be problematic for others as well and that may need eventual attention. I am experiencing fatal problems building QGIS 3.20.0 and 3.20.1 in openSUSE Tumbleweed after QWT was updated to the latest 6.2.0. Errors

Re: [QGIS-Developer] Voronoi tool missing from processing, what could be wrong?

2021-03-02 Thread Hernán De Angelis
(or other python modules) weren't installed. /H. Nyall Regards Tim On Tue, Mar 2, 2021 at 11:19 AM Hernán De Angelis wrote: On 2021-03-02 10:51, Richard Duivenvoorde wrote: On 3/2/21 10:41 AM, Hernán De Angelis wrote: On 2021-03-02 10:21, Nyall Dawson wrote: On Tue, 2 Mar 2021

Re: [QGIS-Developer] Voronoi tool missing from processing, what could be wrong?

2021-03-02 Thread Hernán De Angelis
and GDAL, and Voronoi of course. Thank you! Hernán Regards Tim On Tue, Mar 2, 2021 at 11:19 AM Hernán De Angelis mailto:variablestarli...@gmail.com>> wrote: On 2021-03-02 10:51, Richard Duivenvoorde wrote: > On 3/2/21 10:41 AM, Hernán De Angelis wrote: >> On 2

Re: [QGIS-Developer] Voronoi tool missing from processing, what could be wrong?

2021-03-02 Thread Hernán De Angelis
On 2021-03-02 10:51, Richard Duivenvoorde wrote: On 3/2/21 10:41 AM, Hernán De Angelis wrote: On 2021-03-02 10:21, Nyall Dawson wrote: On Tue, 2 Mar 2021 at 18:34, Hernán De Angelis wrote: Hi, I wrote about this a few days ago in the user list but I still have the problem and can find

Re: [QGIS-Developer] Voronoi tool missing from processing, what could be wrong?

2021-03-02 Thread Hernán De Angelis
On 2021-03-02 10:45, Richard Duivenvoorde wrote: On 3/2/21 9:51 AM, Hernán De Angelis wrote: On 2021-03-02 09:48, Alexandre Neto wrote: Might seem obvious, but have you tried using a brand new profile? Yes, I just forgot to add that to the description below. Or even a new profiles_path

Re: [QGIS-Developer] Voronoi tool missing from processing, what could be wrong?

2021-03-02 Thread Hernán De Angelis
On 2021-03-02 10:21, Nyall Dawson wrote: On Tue, 2 Mar 2021 at 18:34, Hernán De Angelis wrote: Hi, I wrote about this a few days ago in the user list but I still have the problem and can find neither a cause nor a solution. I thus post it in this list in the hope that some developer may have

Re: [QGIS-Developer] Voronoi tool missing from processing, what could be wrong?

2021-03-02 Thread Hernán De Angelis
Thanks for your detailed answer, Richard. On 2021-03-02 10:16, Richard Duivenvoorde wrote: On 3/2/21 9:34 AM, Hernán De Angelis wrote: Hi, I wrote about this a few days ago in the user list but I still have the problem and can find neither a cause nor a solution. I thus post it in this list

Re: [QGIS-Developer] Voronoi tool missing from processing, what could be wrong?

2021-03-02 Thread Hernán De Angelis
On 2021-03-02 09:48, Alexandre Neto wrote: Might seem obvious, but have you tried using a brand new profile? Yes, I just forgot to add that to the description below. /H. A terça, 2/03/2021, 08:34, Hernán De Angelis mailto:variablestarli...@gmail.com>> escreveu: Hi, I

[QGIS-Developer] Voronoi tool missing from processing, what could be wrong?

2021-03-02 Thread Hernán De Angelis
Hi, I wrote about this a few days ago in the user list but I still have the problem and can find neither a cause nor a solution. I thus post it in this list in the hope that some developer may have a hint on what is going wrong here. In my installation the Voronoi Polygon tool is missing

Re: [QGIS-Developer] sip5: Unable to find file "QtXml/QtXmlmod.sip"

2020-10-24 Thread Hernán De Angelis
16:54, Hernán De Angelis wrote: Hi everyone I am building the latest QGIS 3.16 in Linux openSUSE Tumbleweed. I am experiencing a problem I never seen before: sip5: Unable to find file "QtXml/QtXmlmod.sip" However, I know where in my system this file exists: /usr/share/sip/P

[QGIS-Developer] sip5: Unable to find file "QtXml/QtXmlmod.sip"

2020-10-23 Thread Hernán De Angelis
Hi everyone I am building the latest QGIS 3.16 in Linux openSUSE Tumbleweed. I am experiencing a problem I never seen before: sip5: Unable to find file "QtXml/QtXmlmod.sip" However, I know where in my system this file exists: /usr/share/sip/PyQt5/QtXml/QtXmlmod.sip My problem is that I do

Re: [QGIS-Developer] CRS troubles (QGIS 3.6.3, Proj 6.1.0) [solved]

2019-06-14 Thread Hernán De Angelis
Compiled and installed QGIS-master. Works like charm! H. On 2019-06-14 19:26, Hernán De Angelis wrote: Hi QGIS developers I am writing to this list in the hope of finding some clues about the following problem. This has also been presented in the user list (*). I have built 3.6.3 from

[QGIS-Developer] CRS troubles (QGIS 3.6.3, Proj 6.1.0)

2019-06-14 Thread Hernán De Angelis
Hi QGIS developers I am writing to this list in the hope of finding some clues about the following problem. This has also been presented in the user list (*). I have built 3.6.3 from source against proj 6.1.0 and GDAL 3.0.0. None of which had any problems during build. Even Proj 6.1.0 test

Re: [QGIS-Developer] Problems compiling QGIS 3.0: no matching function for call to QgsLayerTreeLayer::connect

2018-03-10 Thread Hernán De Angelis
Thanks for the pointer, Chris. Indeed: ~> gcc --version gcc (SUSE Linux) 4.8.5 I will chack again in two months with the new version (openSUSE 15). For now I will live with QGIS 2.18.17 just fine. Best, H. On Fri, Mar 9, 2018 at 7:32 PM, ceholden wrote: > Hi > > I

Re: [QGIS-Developer] Issues building from source on Mac - No module named PyQt5

2018-03-09 Thread Hernán De Angelis
Timur, I am having similar issues in Linux openSUSE Leap 42.3. As far as I understand there are issues and conflict between versions of PyQT and SIP. It is not a QGIS problem. It would be nice to sort it out in any case. /H. On Thu, Mar 8, 2018 at 4:10 PM, Timur Girgin

Re: [QGIS-Developer] Error during master compilation

2018-03-08 Thread Hernán De Angelis
Matteo, Which OS are you using? I have similar problems trying to build QGIS 3 in openSUSE Leap 42.3. I posted a question a few days back about that. I got an answer from Luigi, saying that the lines of code where the error happened had not changed in over a year, a hint that QGIS is not the

[QGIS-Developer] Problems compiling QGIS 3.0: no matching function for call to QgsLayerTreeLayer::connect

2018-03-06 Thread Hernán De Angelis
Hi I am trying to build QGIS 3.0 in openSUSE Leap 42.3. I went through all requirements and as far as I understand I have all the requirements properly installed. I nevertheless get this error consistently: Building CXX object src/core/CMakeFiles/qgis_core.dir/layertree/qgslayertreelayer.cpp.o