Hi,
Is any aware of compile problems with ssh_1.2.30 on Solaris 8? I am
presuming it's a
compatability issue as ssh_1.2.27 compiles fine.
An extract of the error is as follows:-
# make
gcc -pipe -c -I. -I./gmp-2.0.2-ssh-2 -I./zlib-1.0.4 -DHAVE_CONFIG_H
-DHOST_KEY_FILE=\"/etc/ssh_host_key\"
-DHOST_CONFIG_FILE=\"/etc/ssh_config\"
-DSERVER_CONFIG_FILE=\"/etc/sshd_config\"
-DSSH_PROGRAM=\"/usr/local/bin/ssh1\" -DETCDIR=\"/etc\"
-DPIDDIR=\"/var/run\" -DSSH_BINDIR=\"/usr/local/bin\"
-DTIS_MAP_FILE=\"/etc/sshd_tis.map\" -g -O2 ssh.c
In file included from /usr/include/sys/types.h:24,
from includes.h:150,
from ssh.c:199:
/usr/include/sys/machtypes.h:33: syntax error before `typedef'
In file included from includes.h:150,
from ssh.c:199:
/usr/include/sys/types.h:132: warning: empty declaration
/usr/include/sys/types.h:327: warning: empty
declaration/usr/include/sys/types.h:441: warning: empty declaration
In file included from ssh.c:199:
includes.h:195: parse error before `NO'
In file included from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.1/include/stdarg.h:30,
from includes.h:205,
from ssh.c:199:
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.1/include/va-sparc.h:15:
syntax error before `typedef'
In file included from randoms.h:39,
from ssh.c:201:
md5.h:4: parse error before `md5_uint32'
md5.h:4: warning: data definition has no type or storage class
md5.h:7: parse error before `md5_uint32'
md5.h:7: warning: no semicolon at end of struct or union
md5.h:8: warning: data definition has no type or storage class
md5.h:10: parse error before `}'
md5.h:16: parse error before `buf'
In file included from cipher.h:63,
from ssh.h:181,
from ssh.c:202:
idea.h:48: parse error before `word32'
In file included from cipher.h:65,
...
it goes on a bit like this
until
.....ssh.c: In function `main':
ssh.c:418: storage size of `ws' isn't known
ssh.c:896: warning: assignment makes pointer from integer without a cast
ssh.c:903: `TIOCGWINSZ' undeclared (first use in this function)
ssh.c:903: (Each undeclared identifier is reported only once
ssh.c:903: for each function it appears in.)
*** Error code 1
Any help would be appreciated
Paul Matthews