Hi folks,

Could any of you help me?
After I run ./configure, which gives me no alerts, when I run make I 
find the folowing errors:

sshfilexfer     -D_GNU_SOURCE -g -O2 -Wall -c sshunixudp.c
sshunixudp.c:68: warning: `struct in6_addr' declared inside parameter list
sshunixudp.c:68: warning: its scope is only this definition or declaration,
sshunixudp.c:68: warning: which is probably not what you want.
sshunixudp.c: In function `ssh_string_to_in6_addr':
sshunixudp.c:71: dereferencing pointer to incomplete type
sshunixudp.c: In function `ssh_udp_make_ip6_listener':
sshunixudp.c:311: `AF_INET6' undeclared (first use this function)
sshunixudp.c:311: (Each undeclared identifier is reported only once
sshunixudp.c:311: for each function it appears in.)
sshunixudp.c:343: warning: passing arg 2 of `ssh_string_to_in6_addr' 
from incompatible pointer type
sshunixudp.c:384: warning: passing arg 2 of `ssh_string_to_in6_addr' 
from incompatible pointer type
sshunixudp.c: In function `ssh_udp_send':
sshunixudp.c:736: `AF_INET6' undeclared (first use this function)
sshunixudp.c:740: warning: passing arg 2 of `ssh_string_to_in6_addr' 
from incompatible pointer type
make[5]: *** [sshunixudp.o] Error 1
make[5]: Leaving directory 
`/usr/local/src/ssh/ssh-2.4.0/lib/sshutil/sshnet/unix'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/local/src/ssh/ssh-2.4.0/lib/sshutil/sshnet'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/ssh/ssh-2.4.0/lib/sshutil'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/ssh/ssh-2.4.0/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/ssh/ssh-2.4.0'
make: *** [all-recursive-am] Error 2


My system is based on RedHat Picasso (3.x?)

and uname says:

Linux mymachine 2.0.36 #2 Sat Sep 2 01:58:32 EST 2000 i686


Hope you can help me,





-- 
Luiz Felipe Ceglia      -  Staff TereNet
[EMAIL PROTECTED]  -  +55-21-9135-3679



Reply via email to