Re: Compiling FreeCom
Bart Oldeman <[email protected]>
| Newsgroups | gmane.os.freedos.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 14 Oct 2002, Colin Alston wrote: > now i get this error when compiling > > Available memory 237488 > D:\dnix\TCC\BIN\TCC +TCCDOS.CFG -c cgetch.c cgettime.c chgctxt.c > chgdrv.c chgenv.c chgenvc.c chgenvr.c clrline.c cmdinput.c > Turbo C++ Version 1.01 Copyright (c) 1990 Borland International > Error chgenvc.c 50: Unable to open include file 'nls_c.h' go to the lib directory, check the file tccdos.cfg. If it has a line like -ID:\dnix\TCC\INCLUDE;D:\SOURCE\FREECOM\SUPPL and this SUPPL directory contains a file named nls_c.h then you're OK. If not, change config.mak, SUPPL_INC_PATH = D:\SOURCE\FREECOM\SUPPL (adapt to your situation) and run clean.bat before building again. Bart