[GRASS5] compilation HP-UX

Glynn Clements glynn.clements at virgin.net
Wed May 30 23:54:17 EDT 2001


Robert Lagacé wrote:

> - g.help with the following message	
> 
> >>>>
>        gcc -g -O2  -I/opt/libpng/include -I/local/grass5.0.0pre1/src/include   
>           -c menu.c -o OBJ.hppa1.1-hp-hpux10.20/menu.o
> menu.c: In function `F_menu':
> menu.c:133: `KEY_REFRESH' undeclared (first use in this function)
> menu.c:133: (Each undeclared identifier is reported only once
> menu.c:133: for each function it appears in.)
> menu.c:138: `KEY_HELP' undeclared (first use in this function)
> menu.c:192: `KEY_END' undeclared (first use in this function)
> menu.c: In function `F_helpctrl':
> menu.c:435: `KEY_REFRESH' undeclared (first use in this function)
> menu.c:507: `KEY_END' undeclared (first use in this function)

OK; these should be defined in curses.h, but not on HP-UX it seems. 
Although I find it odd that it complains about KEY_END but not
KEY_HOME.

I'll fix this.

-- 
Glynn Clements <glynn.clements at virgin.net>



More information about the grass-dev mailing list