| Summary: | WARNING: sys/ttcompat.h: present but cannot be compiled. | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | David Highley <dhighley> |
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | SPARC | ||
| OS: | Solaris | ||
|
Description
David Highley
2002-03-15 17:19:29 AEDT
the error is for use of an indefined type: "/usr/include/sys/ttcompat.h", line 48: syntax error before or at: mblk_t "/usr/include/sys/ttcompat.h", line 48: cannot recover from previous errors cc: acomp failed for conftest.c i think it needs sys/stream.h defined prior. i would guess the xterm problem is not caused by this. also, we do not use <sys/ttcompat.h> or HAVE_SYS_TTCOMPAT_H so why do we test for it? - (stevesk) [configure.ac] remove header check for sys/ttcompat.h bug 167 Mass change of RESOLVED bugs to CLOSED |