[Qgis-developer] Issue with WFS Provider .so linkage

2012-10-04 Thread rldhont
Hi all, Because of some changes in the QgsGeometry class with the QGIS Server WFS-T integration, I would like to update the WFS Provider. I update it and I test it. The result is a segfault because of a undefined symbol. I verifying the linkage between my

Re: [Qgis-developer] Issue with WFS Provider .so linkage

2012-10-04 Thread Etienne Tourigny
Have you rebuilt the entire source tree or just the provider? On Thu, Oct 4, 2012 at 10:27 AM, rldhont rldh...@gmail.com wrote: Hi all, Because of some changes in the QgsGeometry class with the QGIS Server WFS-T integration, I would like to update the WFS Provider. I update it and I test

Re: [Qgis-developer] Issue with WFS Provider .so linkage

2012-10-04 Thread rldhont
Le 04/10/2012 15:40, Etienne Tourigny a écrit : Have you rebuilt the entire source tree or just the provider? The entire tree On Thu, Oct 4, 2012 at 10:27 AM, rldhont rldh...@gmail.com wrote: Hi all, Because of some changes in the QgsGeometry class with the QGIS Server WFS-T integration,

Re: [Qgis-developer] Issue with WFS Provider .so linkage

2012-10-04 Thread Marco Bernasocchi
maybe passing -L/usr/whereever/lib in LDFLAGS? ciao Marco Bernasocchi (mobile) http://opengis.ch On Oct 4, 2012 8:27 PM, rldhont rldh...@gmail.com wrote: Hi all, Because of some changes in the QgsGeometry class with the QGIS Server WFS-T integration, I would like to update the WFS Provider.