Brian Thomas wrote:
> 
> What problem are you having?
> 
> Brian


This is the problem:


Making all in tests
Making all in sshreadline
Making all in tests
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I../..  -I../.. -I../.. 
-I../sshmath -I./../sshmath  -I../zlib -I./../zlib  -I../sshutil
-I./../sshutil  -g -Wall -c sshreadline.c
In file included from sshreadline.c:34:
/usr/include/curses.h:321: parse error before `__va_list'
/usr/include/curses.h:322: parse error before `__va_list'
*** Error code 1
make: Fatal error: Command failed for target `sshreadline.o'
Current working directory /home/azrael/ssh-2.0.12/lib/sshreadline
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/azrael/ssh-2.0.12/lib
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/azrael/ssh-2.0.12
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'


        I see the /usr/include/curses.h file and I found this


                /* __va_list is the ANSI-C safe definition of the       */
                /* va_list type as allowed to be defined in stdlib.h.   */
                /* <stdio.h> provides the nested include of <va_list.h> */
                /* which provides this namespace safe definition.       */
                /* Either <stdarg.h> or <varargs.h> must be included to */
                /* use these interfaces.                                */

extern  int     vwprintw(WINDOW *, char *, __va_list),   error Happens
here!!!!!!
                vwscanw(WINDOW *, char *, __va_list);   



        thanks in advance


-- 
      _/_/                                            _/   
   _/    _/  _/_/_/_/  _/  _/_/    _/_/_/    _/_/    _/    
  _/_/_/_/      _/    _/_/      _/    _/  _/_/_/_/  _/     
 _/    _/    _/      _/        _/    _/  _/        _/      
_/    _/  _/_/_/_/  _/          _/_/_/    _/_/_/  _/

Reply via email to