lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV SSL Patch problem (fwd)


From: Chad Simmons
Subject: Re: LYNX-DEV SSL Patch problem (fwd)
Date: Thu, 31 Oct 1996 21:45:24 -0500 (EST)


On Thu, 31 Oct 1996, Klaus Weide wrote:

> Chad wrote to me the message including below.
> 
> Since I am not familiar with the ssl stuff, I am forwarding it to
> the list, maybe somebody else cena help him or tell whether he is
> on the right track.
> 
> Reminder: he is trying to compile Lynx with SSL support on a Linux 1.3
> system.
>  Klaus
> ---------- Forwarded message ----------
> I fixed it by uncommenting the line
> #define sgttyb termio
> and commenmting out
> include "sgtty.h"
> now I get the error
> read_pwd.o(.text+0x1b1): undefined reference to `bsd_ioctl'
> read_pwd.o(.text+0x208): undefined reference to `bsd_ioctl'
> read_pwd.o(.text+0x37f): undefined reference to `bsd_ioctl'
> make[1]: *** [rpw] Error 1
> make[1]: Leaving directory `/home/chads/sslref2.0/libdes-3.0'
> make: *** [libdes-3.0/libdes.a] Error 2
> Well Im getting closer.
> Thanks,
> Chad Simmons
> 
> 
Cool now thats fixed
now I get
read_pwd.c:4: parse error before string constant
read_pwd.c:19: parse error before `<'
read_pwd.c:60: parse error before `des_cblock'
read_pwd.c:60: warning: data definition has no type or storage class
read_pwd.c:63: parse error before `{'
read_pwd.c:65: `BUFSIZ' undeclared here (not in a function)
read_pwd.c:65: `BUFSIZ' undeclared here (not in a function)
read_pwd.c:67: parse error before `if'
read_pwd.c:69: warning: parameter names (without types) in function
declaration
read_pwd.c:69: warning: data definition has no type or storage class
read_pwd.c:70: warning: parameter names (without types) in function
declaration
read_pwd.c:70: warning: data definition has no type or storage class
read_pwd.c:71: parse error before `return'
read_pwd.c:75: parse error before `des_cblock'
read_pwd.c:75: warning: data definition has no type or storage class
read_pwd.c:76: parse error before `*'
read_pwd.c:76: warning: data definition has no type or storage class
read_pwd.c:79: parse error before `{'
read_pwd.c:81: `BUFSIZ' undeclared here (not in a function)
read_pwd.c:81: conflicting types for `buf'
read_pwd.c:65: previous declaration of `buf'
read_pwd.c:81: `BUFSIZ' undeclared here (not in a function)
read_pwd.c:81: conflicting types for `buff'
read_pwd.c:65: previous declaration of `buff'
read_pwd.c:83: parse error before `if'
read_pwd.c:85: warning: parameter names (without types) in function
declaration
read_pwd.c:85: warning: data definition has no type or storage class
read_pwd.c:86: warning: parameter names (without types) in function
declaration
read_pwd.c:86: warning: data definition has no type or storage class
read_pwd.c:87: parse error before `return'
read_pwd.c: In function `des_read_pw_string':
read_pwd.c:96: `BUFSIZ' undeclared (first use this function)
read_pwd.c:96: (Each undeclared identifier is reported only once
read_pwd.c:96: for each function it appears in.)
read_pwd.c: At top level:
read_pwd.c:105: parse error before `FILE'
read_pwd.c:105: warning: data definition has no type or storage class
read_pwd.c:106: parse error before `{'
read_pwd.c: In function `read_pw':
read_pwd.c:136: `FILE' undeclared (first use this function)
read_pwd.c:136: `tty' undeclared (first use this function)
read_pwd.c:140: `stdin' undeclared (first use this function)
read_pwd.c:187: `stderr' undeclared (first use this function)
make[1]: *** [read_pwd.o] Error 1
No unncommenting lines gets this fixed.
Chad








;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]