[comp.sys.ibm.pc] PCcurses and TurboC

gleicher@duke.cs.duke.edu (Michael Gleicher) (09/09/87)

Has anyone ported the recently posted PCcurses package to TurboC ?

thanks,

Michael Lee Gleicher			(-: If it looks like I'm wandering
	Duke University			(-:    around like I'm lost . . .
E-Mail: gleicher@cs.duke.edu)(or uucp	(-:
Or P.O.B. 5899 D.S., Durham, NC 27706	(-:   It's because I am!

sytek@tekgen.TEK.COM (Mike Ewan) (09/11/87)

> Has anyone ...

Yes I did.  Actually it was suprisingly easy.  Mostly some changes in the
Makefile and '#include' file names.  Only took about an hour.  If no one
wants to tackle it, I'll email the makefile, changes and/or the entire
source or whatever.
If there's enough interest, I'll repost to the net.

If you want to do it yourself:
1) Fix the makefile so it will call tcc etc. with the proper directories.
   (Some of the command line flags need changing.  -Oc, -Ox to '-o filename'
    for example.)
   (Also you'll still need MASM.)
2) Run the make.
3) Redirect the tcc error messages to a file for reference.
4) Fix the problems found by tcc.  (Not very many.)
5) Re-make.

Mike Ewan
Tektronix Inc.
PO Box 500
Beaverton OR 97077
sytek@tekgen.TEK.COM
...!tektronix!tekgen!sytek!owl!mike