HI

After running ./configure we tried to run make: after 1 minute of compiling
we receive this error:

Thanks

gcc  -I. -I. -I../.. -I.           -I../.. -I../..         -I../../include -
I./../../include -DETCDIR=\"/etc\" -DSSH_BINDIR=\"/usr/local/bin\" -DHAVE_CO
NFIG_H -I. -I. -I../..  -D_GNU_SOURCE -g -Wall -Wno-unknown-pragmas  -c
sshchx11.c
sshchx11.c: In function `ssh_channel_x11_send_request':
sshchx11.c:203: warning: unused variable `f'
sshchx11.c:201: warning: unused variable `line'
sshchx11.c: In function `ssh_channel_x11_process_request':
sshchx11.c:491: `XAUTH_PATH' undeclared (first use in this function)
sshchx11.c:491: (Each undeclared identifier is reported only once
sshchx11.c:491: for each function it appears in.)
make[4]: *** [sshchx11.o] Error 1
make[4]: Leaving directory
`/root/ssh-secure-shell-2.1.0-noncommercial/apps/ssh'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/root/ssh-secure-shell-2.1.0-noncommercial/apps/ssh'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/ssh-secure-shell-2.1.0-noncommercial/apps'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ssh-secure-shell-2.1.0-noncommercial'
make: *** [all-recursive-am] Error 2

Reply via email to