Andres K. Foerster wrote:
Am Monday, dem 19. Sep 2005 schrieb Frank Heckenbach:
Seems to be a bug with SetPCCharset (true) ?
Oh yeah. I suppose it's this change, necessary with newer ncurses versions.
A known bug?
Yes, but discovered after the last release. I had to look in the list archives myself.
Touch crt.pas after applying to force recompilation.
Please more info.
Just `touch .../crt.pas', or make sure crt.pas is seen as modified, or previously created crt.gpi/crt.o are removed. Otherwise gpc will not notice that it has to recompile CRT. If you use the gp utility for compiling, this should not be necessary, as gp detects if a C file used was modified.
Frank