[GRASS-dev] trying to compile GRASS 6.5 on Mavericks

Michael Barton Michael.Barton at asu.edu
Fri Dec 13 09:59:19 PST 2013


Is this something that needs to be changed in the make file?

Michael
______________________________
C. Michael Barton 
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Arizona State University
Tempe, AZ  85287-2402
USA

voice: 	480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
fax:          480-965-7671(SHESC), 480-727-0709 (CSDC)
www: 	http://csdc.asu.edu, http://shesc.asu.edu
		http://www.public.asu.edu/~cmbarton

On Dec 13, 2013, at 4:26 AM, Glynn Clements <glynn at gclements.plus.com> 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).
> 
> -- 
> Glynn Clements <glynn at gclements.plus.com>



More information about the grass-dev mailing list