On Fri, Mar 4, 2016 at 8:23 AM, Pietro <[email protected]> wrote: > Dear devs, > > I've noticed that we have problem (404) with the documentation pages > for the libpython and pygrass > > https://grass.osgeo.org/grass71/manuals/ > > Any idea?
This can be checked here: https://grass.osgeo.org/grass71/binary/linux/snapshot/ --> error.log GRASS GIS 7.1.svn r67994 compilation log -------------------------------------------------- Started compilation: Thu Mar 3 22:05:10 PST 2016 -- Errors in: /home/neteler/grass7_svn_head_bin_snapshot/trunk/lib/gis /home/neteler/grass7_svn_head_bin_snapshot/trunk/lib/raster /home/neteler/grass7_svn_head_bin_snapshot/trunk/lib/gmath /home/neteler/grass7_svn_head_bin_snapshot/trunk/lib/driver /home/neteler/grass7_svn_head_bin_snapshot/trunk/lib/pngdriver /home/neteler/grass7_svn_head_bin_snapshot/trunk/lib/psdriver /home/neteler/grass7_svn_head_bin_snapshot/trunk/lib/htmldriver ... So, see also --> build.log [...] parser.c: In function ‘recreate_command’: parser.c:644:9: error: implicit declaration of function ‘G_original_program_name’ [-Werror=implicit-function-declaration] tmp = G_original_program_name(); ^ parser.c:644:13: warning: assignment makes pointer from integer without a cast tmp = G_original_program_name(); ^ parser.c: In function ‘G_recreate_command’: parser.c:768:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ parser.c: In function ‘G_recreate_command_original_path’: parser.c:786:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ cc1: some warnings being treated as errors ../../include/Make/Compile.make:32: recipe for target 'OBJ.x86_64-pc-linux-gnu/parser.o' failed make[3]: *** [OBJ.x86_64-pc-linux-gnu/parser.o] Error 1 make[3]: Leaving directory '/home/neteler/grass7_svn_head_bin_snapshot/trunk/lib/gis' [...] So, apparently r67994 broke it. I suppose due to the lack of update here: include/defs/gis.h Markus _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
