[GRASS5] mingW: how to exclude win32_pipes.c & user_config.c from compilation?

Glynn Clements glynn at gclements.plus.com
Mon Feb 13 22:02:58 EST 2006


Radim Blazek wrote:

> > Do you have any idea why they don't compile under MinGW? Both appear
> > to have been explicitly written with MinGW in mind. Maybe we need some
> > additional compilation options?
> 
> user_config.c:34:17: pwd.h: No such file or directory

	#ifndef __MINGW32__
	#include <pwd.h>
	#endif

The code which relies upon <pwd.h> is already conditionalised upon
__MINGW32__.

-- 
Glynn Clements <glynn at gclements.plus.com>




More information about the grass-dev mailing list