Date: Fri, 1 Mar 2002 17:58:33 +0200 (SAT) From: John Hay <jhay@icomtek.csir.co.za> To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: lukemftpd broken Message-ID: <200203011558.g21FwXJ37356@zibbi.icomtek.csir.co.za>
next in thread | raw e-mail | index | archive | help
Hi David, A make world breaks here in libexec/lukemftpd. It seems that both lukenftpd and ls has an extern.h file and then things break a little when ls-unmain.c is compiled because it expects the ls version and not the lukem version. ######################################################## cc -O -pipe -march=pentiumpro -I/usr/src/libexec/lukemftpd -I/usr/src/libexec/lukemftpd/../../contrib/lukemftpd -I/usr/src/libexec/lukemftpd/../../contrib/lukemftpd/src -I/usr/src/libexec/lukemftpd/../../bin/ls -DUSE_PAM -c ls-unmain.c gzip -cn lukemftpd.8 > lukemftpd.8.gz In file included from ls-unmain.c:75: /usr/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:305: syntax error before `errcatch' /usr/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:305: warning: data definition has no type or storage class /usr/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:311: `MAXHOSTNAMELEN' undeclared here (not in a function) /usr/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:311: size of array `hostname' has non-integer type ... ######################################################## John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203011558.g21FwXJ37356>