On Mon, Jul 6, 2015 at 11:32 PM, Matteo Ghetta <[email protected]> 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 _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
