Date: Tue, 8 Jul 1997 02:34:02 -0400 (EDT) From: Jude DaShiell Sender: jdashiel AT eagle1 DOT eaglenet DOT com To: djgpp AT delorie DOT com Subject: less-232 make problem Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk In file included from less.h:78, from ttyin.c:32: c:/djgpp/include/stdio.h:33: warning: redefinition of `size_t' c:/djgpp/include/sys/types.h:41: warning: `size_t' previously declared here In file included from less.h:84, from ttyin.c:32: c:/djgpp/include/unistd.h:151: parse error before `confstring' c:/djgpp/include/unistd.h:151: warning: data definition has no type or storage class c:/djgpp/include/unistd.h:154: parse error before `abort' c:/djgpp/include/unistd.h:154: warning: data definition has no type or storage class c:/djgpp/include/unistd.h:158: parse error before `chsize' c:/djgpp/include/unistd.h:158: warning: data definition has no type or storage class c:/djgpp/include/unistd.h:163: parse error before `sync' Although an executible results from this make using make-3.75 this is a sample of one repeating error coming up in the make. My question is, often in C programming warnings come up and even with the warning in play the executible will still run correctly. Is this also the case with errors sometimes and specifically in this case are these errors simply throw-away errors? So far as I can tell I have make installed correctly, though in another program I tried to make under msdos specifically makeall.bat make couldn't find makefile.inc. What's weird is makefile.inc is in c:\djgpp\tests where I started the make process out. Are there any special environment variables that make needs set so it doesn't act like lost? There's nothing for make.exe in djgpp.env. //eoj jude Microsoft asks me where I want to go today but UNIX gets me there.