Re: Compiling FreeCom
Colin Alston <[email protected]>
| Newsgroups | gmane.os.freedos.devel |
|---|---|
| Message-ID | <[email protected]> |
Ok, dude seriously
I followed your instructions and it always comes to an end in the same
place. I havent changed anything, and i followed your config instructions..
Available memory 240320
D:\dnix\tcc\BIN\TCC +TCCDOS.CFG -c comfile.c compfile.c ctxt.c
ctxt_adr.
c ctxt_as.c ctxt_chg.c ctxt_clr.c ctxt_get.c
Turbo C++ Version 1.01 Copyright (c) 1990 Borland International
comfile.c:
compfile.c:
Warning compfile.c 56: Call to function 'dfnfilename' with no prototype in
funct
ion comPathFile
Error compfile.c 56: Illegal pointer subtraction in function comPathFile
Warning compfile.c 60: Possible use of 'pathLen' before definition in
function c
omPathFile
Warning compfile.c 61: Possible use of 'pathLen' before definition in
function c
omPathFile
*** 1 errors in Compile ***
ctxt.c:
ctxt_adr.c:
ctxt_as.c:
ctxt_chg.c:
Warning ctxt_chg.c 24: Call to function 'env_setsize' with no prototype in
funct
ion ctxtChgSize
ctxt_clr.c:
ctxt_get.c:
Warning ctxt_get.c 39: Call to function '_fdupstr' with no prototype in
function
ctxtGet
Warning ctxt_get.c 39: Nonportable pointer conversion in function ctxtGet
Available memory 265664
CAN SOMEONE PLEASE GIVE A PROPPER URL FOR THE SUPPL??!?!?!?!?!
I dont think I am using the correct one!!
Thanks
Colin "tearing-his-hair-out" Alston.
----- Original Message -----
From: "Bart Oldeman" <[email protected]>
To: <[email protected]>
Sent: Monday, October 14, 2002 11:29 PM
Subject: Re: [fd-dev] Compiling FreeCom
> 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
>
> ----------