[Qgis-developer] error during compilation

Radim Blazek radim.blazek at gmail.com
Mon Jul 13 04:07:32 PDT 2015


On Mon, Jul 6, 2015 at 11:32 PM, Matteo Ghetta <matteo.ghetta at gmail.com> wrote:
> Hi all,
> I have a problem during the compilation on QGIS master on debian testing.
> After the configuration with ccmake I get this error:
>
> [ 46%] Building C object
> src/providers/grass/6/CMakeFiles/qgis.d.rast6.dir/__/qgis.d.rast.c.o
> /home/ma7730/lavori/QGIS/QGIS-Master/src/providers/grass/qgis.d.rast.c: In
> function ‘cell_draw’:
> /home/ma7730/lavori/QGIS/QGIS-Master/src/providers/grass/qgis.d.rast.c:259:23:
> error: ‘INT_MIN’ undeclared (first use in this function)
>              int nul = INT_MIN;

INT_MIN on Debian should be defined in /usr/include/limits.h

> could it be a problem related with grass6 vs grass7?

I don't think so.

Radim


More information about the Qgis-developer mailing list