[Bug 155] New: OpenSSH 3.1p1 fails to compile on BSDi 4.0
Mark D. Baushke
mdb at juniper.net
Mon Mar 11 03:31:47 EST 2002
>ssh-agent.c:135: warning: implicit declaration of function `TAILQ_FOREACH'
I had the same problem until I removed /usr/local/include/sys/queue.h
that had been left over from an old version of the Berkeley DB package.
If your system has a /usr/include/sys/queue.h, then it is likely
broken and you could try adding '#define HAVE_BOGUS_SYS_QUEUE_H 1' to
your config.h file to see if this lets you build the sources.
If your system does not have a /usr/include/sys/queue.h file, then look
in the directories that are being searched by the -I options
to your gcc command for a sys/queue.h file.
More information about the openssh-unix-dev
mailing list