From owner-freebsd-questions Fri Aug 16 10:34:54 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA02224 for questions-outgoing; Fri, 16 Aug 1996 10:34:54 -0700 (PDT) Received: from t3tech.com (www.t3tech.com [205.182.11.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA02218 for ; Fri, 16 Aug 1996 10:34:51 -0700 (PDT) Received: from localhost by t3tech.com (SMI-8.6/SMI-SVR4) id NAA12074; Fri, 16 Aug 1996 13:32:46 -0500 Date: Fri, 16 Aug 1996 13:32:45 -0500 (EST) From: The UNIX Mighty!!! To: questions@freebsd.org Subject: Virtual Wu-ftpd Compile error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I just got hold of virtual wuftp from ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z Try to compile under Freebsd 2.2-960612-SNAP and here what I get.... Any help app... Thankx Bikesh ()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()() Making support library. cc -O -DNO_MALLOC_PROTO -c fnmatch.c cc -O -DNO_MALLOC_PROTO -c strcasestr.c cc -O -DNO_MALLOC_PROTO -c authuser.c cc -O -DNO_MALLOC_PROTO -c ftw.c rm -f libsupport.a ar cq libsupport.a fnmatch.o strcasestr.o authuser.o ftw.o ranlib libsupport.a Making ftpd. cc -O -I.. -I../support -L../support -s -c ftpd.c ftpd.c: In function `setproctitle': ftpd.c:3447: `KSTKPTDI' undeclared (first use this function) ftpd.c:3447: (Each undeclared identifier is reported only once ftpd.c:3447: for each function it appears in.) ftpd.c:3447: `KSTKPTEOFF' undeclared (first use this function) ftpd.c:3448: warning: assignment from incompatible pointer type *** Error code 1 Stop. Making ftpcount. cc -O -I.. -I../support -L../support -s -o ftpcount ftpcount.c vers.o -lsupport -lcrypt cc: vers.o: No such file or directory *** Error code 1 Stop. Making ftpshut. cc -O -I.. -I../support -L../support -s -o ftpshut ftpshut.c vers.o -lsupport -lcrypt cc: vers.o: No such file or directory *** Error code 1 Stop. Making ckconfig. cc -O -I.. -I../support -L../support -s -o ckconfig ckconfig.c Bikesh