Re: [QGIS-Developer] Build issue and SIP_CONCAT_PARTS

2021-05-31 Thread Julien Cabieces
Hi Matthias, Thanks for the tip, I'll try that! Kind regards, Julien > Hi Julien, > > I could fix these in the past by adding the appropriate ModuleHeaderCode, > it requires looking into the generated sip_corepart file to find out which > class was responsible. > > #ifdef SIP_RUN > % ModuleHea

Re: [QGIS-Developer] Build issue and SIP_CONCAT_PARTS

2021-05-31 Thread Matthias Kuhn
Hi Julien, I could fix these in the past by adding the appropriate ModuleHeaderCode, it requires looking into the generated sip_corepart file to find out which class was responsible. #ifdef SIP_RUN % ModuleHeaderCode #include "qgsoptionalexpression.h" % End #endif Hope this helps Matthias On Mo

Re: [QGIS-Developer] Build issue and SIP_CONCAT_PARTS

2021-05-31 Thread Julien Cabieces
Hy Nyall, Yes, I am already rebased on master. And I saw you change it to 13, so I try to increase it to 14... and it works for core but not analysis. For now, I'm gonna stick with a concat value of 1, and when I'll be ready to push, I'll search for a value which works. Thanks for your respons

Re: [QGIS-Developer] Build issue and SIP_CONCAT_PARTS

2021-05-27 Thread Nyall Dawson
On Wed, 26 May 2021 at 23:49, Julien Cabieces wrote: > > > Hi devs, > > I'm working on a new QGIS feature and wanted to add a new API in core module. > I get a strange error when building, on a class not related to what I am > adding. > > /home/julien/work/QGIS/build_debug/python/core/sip_corepa

[QGIS-Developer] Build issue and SIP_CONCAT_PARTS

2021-05-26 Thread Julien Cabieces
Hi devs, I'm working on a new QGIS feature and wanted to add a new API in core module. I get a strange error when building, on a class not related to what I am adding. /home/julien/work/QGIS/build_debug/python/core/sip_corepart11.cpp:272:67: error: no type named 'QgsOptionalQgsExpressionBase