Mailing List Archive

Problems compiling 1.2.2 on HP-UX 10.20
Hi,
I'm trying to compile OpenSSH-1.2.2 on HP-UX 10.20 but
immediately fall into the problem pit..

I've got gcc v2.8.1 and the first error is something
like:

defines.h:93: parse error before `u_int64_t`

I got around this by uncommenting (guessing) line 118
in config.h:

#define HAVE_UINTXX_T 1

But then I got another error when trying to compile
sshd.c, I get an error message like:

sshd.c:2408: 'MAIL_DIRECTORY' undeclared

Are there known problems compiling on Hp-UX 10.20 ?

TIA,
Mats (not subscribed to this alias)



-----------------------------------------------------
This mail sent through IMP: http://web.horde.org/imp/
Re: Problems compiling 1.2.2 on HP-UX 10.20 [ In reply to ]
On Tue, 14 Mar 2000 matsf@init.se wrote:

> Hi,
> I'm trying to compile OpenSSH-1.2.2 on HP-UX 10.20 but
> immediately fall into the problem pit..
>
> I've got gcc v2.8.1 and the first error is something
> like:
>
> defines.h:93: parse error before `u_int64_t`

The definition for uint64_t is not being found. Could you grep for
it in /usr/include?

> But then I got another error when trying to compile
> sshd.c, I get an error message like:
>
> sshd.c:2408: 'MAIL_DIRECTORY' undeclared

You can specify it manually using:

MAIL="/path/to/mail" ./configure

-d

--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm@mindrot.org (home) -or- djm@ibs.com.au (work)