i can't compile GPC unit in crtdemo.pas i make this := md \djgpp cd \djgpp pkunzip -d djdev203.zip pkunzip -d bnu2951.zip pkunzip -d gcc2952.zip pkunzip -d gpc-20000813.i586-pc-msdosdjgpp.zip set djgpp=c:\djgpp\djgpp.env cd \djgpp\bin copy \djgpp\doc\gpc\demos\crtdemo.pas {program CRTDemo; uses GPC, CRT; ...} gpc --automake -v crtdemo.pas -o crtdemo.exe results output error string := .............. /djgpp/lib/gcc-lib/djgpp/2.952/units/crtc.c:74: curses.h: no such file or directory (ENOENT) /djgpp/lib/gcc-lib/djgpp/2.952/units/crtc.c:75: panel.h: no such file or directory (ENOENT)
i can't find curses.h and panel.h in any directory? what this error and how i can compile all units in /djgpp/lib/gcc-lib/djgpp/2.952/units/*.pas
thanks. _________________________________________________ Haluk DUMAN Electric-Electronic Engineer Email: HalukDUMAN@go.to, HalukDUMAN@come.to (* Sorry for my English ; How can I help you? *)
Haluk DUMAN wrote:
/djgpp/lib/gcc-lib/djgpp/2.952/units/crtc.c:74: curses.h: no such file or directory (ENOENT) /djgpp/lib/gcc-lib/djgpp/2.952/units/crtc.c:75: panel.h: no such file or directory (ENOENT)
i can't find curses.h and panel.h in any directory?
Please get and install the pdcurses library from ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/libs/binary/i386-pc-msdosdjgpp/ .
Hope this helps,
Peter