Opie Pecheux wrote:
Now, the curse23.zip file have disappeared, and i recommend pdcurs24.beta.zip . At first i install pdcurs24 on my pc, and it was working. But i didn't delete all my files before. If i try to install from the beginning, i have the message "curspriv.h: no such file or directory (ENOENT)." with rhide or in line.
Oh yeah... I used curspriv.h in some GPC versions, but not in the current one, so I didn't notice the problem when I uploaded pdcurs24. So, in order to use pdcurs24 you have two choices:
- Get the most recent GPC alpha (though I'm not sure if there are DJGPP binaries available), or
- get curspriv.h from the PDCurses sources (ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/libs/pdcurs24.beta.22-May-99.zip)
What we have to do? I send all the file at the end. Note: i don't know how to use -v in gpc, all the messages go on the screen. How can i get them in a file?
DJGPP contains the redir utility for that purpose, e.g.:
redir -eo gpc -v ... > logfile
(But the screen dump below is also fine, apart from the line breaks...)
Frank