Has this been fixed yet so I can compile 6.5? Thanks ____________________ C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human Evolution & Social Change Arizona State University
voice: 480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC) fax: 480-965-7671 (SHESC), 480-727-0709 (CSDC) www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu On Dec 14, 2013, at 7:19 AM, Glynn Clements <[email protected]> wrote: > > 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
