> The following problem detected when trying to compile 
> clean dev23 dictribution with DJGPP and PDCURSES: 
>  
>  
> LYStrings.c: In function `LYgetch_for': 
> LYStrings.c:1965: `MEVENT' undeclared (first use in this function) 
> LYStrings.c:1965: (Each undeclared identifier is reported only once 
> LYStrings.c:1965: for each function it appears in.) 
> LYStrings.c:1965: parse error before `event' 
> LYStrings.c:1966: `event' undeclared (first use in this function) 
> LYStrings.c:1966: too many arguments to function `getmouse' 
> LYStrings.c:1972: parse error before `event' 
> LYStrings.c:1978: too many arguments to function `getmouse' 
> LYStrings.c:1983: `levent' undeclared (first use in this function) 
> LYStrings.c:2016: label `re_read' used but not defined 
> make.exe: *** [LYStrings.o] Error 1 
>  
>  
> I think this is something from the following changes - 
> Any ideas? 

probably just the line I indicate below.
  
> Index: src/LYStrings.c 
> --- 2.8.3dev.22/src/LYStrings.c Sun Mar 12 16:38:38 2000 
> +++ 2.8.3dev.23/src/LYStrings.c Sun Mar 26 19:14:00 2000 
...
> @@ -74,14 +74,14 @@ 
>  
>  static int have_levent; 
>  
> -#if defined(NCURSES_MOUSE_VERSION) && !defined(WIN_EX) 
> +#if defined(NCURSES_MOUSE_VERSION) 
   #if defined(NCURSES_MOUSE_VERSION) || defined(PDCURSES)
>  static MEVENT levent; 
>  #endif 

-- 
Thomas E. Dickey
[EMAIL PROTECTED]
http://www.clark.net/pub/dickey

Reply via email to