Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!uakari.primate.wisc.edu!dogie.macc.wisc.edu!vms.macc.wisc.edu From: michaelb@vms.macc.wisc.edu (Michael Bloxham) Newsgroups: comp.os.minix Subject: 1.4a lib source files - not compiling Message-ID: <2520@dogie.macc.wisc.edu> Date: 9 Oct 89 23:13:30 GMT Sender: news@dogie.macc.wisc.edu Organization: University of Wisconsin Academic Computing Center Lines: 30 I am having a lot of problems compiling the lib files in the 1.4a postings. Some of these files are closedir.c bcmp.c bcopy.c index.c rindex.c..... Most of these files have lines such as: bcopy(src, dst, length) CONST char *src; char *dst; int length; { extern VOIDSTAR memcpy(); (void) memcpy((VOIDSTAR)dst, (CONST VOIDSTAR)src, (SIZET)length); } ERRORS INCLUDE: non-empty formal parameter pack illegal initalization of function (warning) old fasioned initalization, insert = CONST undefined CRASH check-ival This is a very typical error for about 23 files that will not compile. Since there are no include files, what is wrong with these files? ANY suggestions? mike ----------------------------------------------------------------------- Michael L. Bloxham | michaelb@vms.macc.wisc.edu | michaelb@WISCMACC.bitnet |