On Thu, May 7, 2015 at 11:19 PM, Kevin Chadwick <m8il1i...@gmail.com> wrote:

> So nevermind, connectbot will have to do for now unless someone has a
> cluestick to hand.
>

What gcc version was that?  Anyway...

openbsd-compat/openbsd-compat.h:217:22:
error: expected identifier or '(' before numeric constant
# define mblen(x, y) 1

The obvious thing to try would be to change that to:

# define mblen(x, y) (1)

(BTW openssh-unix-...@mindrot.org is the best place to get help with
portable OpenSSH.  See http://www.openssh.com/report.html for details.)

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.

Reply via email to