Michael Barton wrote: > >> GRASS 6.5 does not compile. Configure is OK, using the same string > >> as I just used for GRASS 7. But all modules generate an error during > >> compilation. Here is an example. > > > >> error.c:281:6: error: non-void function 'print_error' should return a > >> value [-Wreturn-type] > >> return; > > > > Change it to "return 0;". The return value is ignored in any case (in > > GRASS 7, print_error() returns void). > > Is this something that needs to be changed in the make file?
No; lib/gis/error.c, line 281. -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
