Hallo Frank,
Am Dienstag, 14. Oktober 2003 um 00:03 schriebst du:
Gerrit P. Haase wrote:
It seems that there is one test failing: TEST params.pas: failed: ./a
Seems like Cygwin strips the `.exe' suffix internally in the 0th argument. (The executable does have this suffix, doesn't it?)
I guess we can just ignore it in the test:
The patch looks ok. I'll try it.
And three tests are skipped.
All the ncurses tests are passing well!
So please include the change for cygwin, we can use the ncurses library.
How well does it support special features? See the comment in crt.pas. You can test them with crtdemo (interactively -- there are no automatic tests for them). Perhaps the Chief can report on them with PDCurses.
Ok, I'll look into this.
The compiler/linker output on cygwin seems to be unusual so there are some tests reported as failed which are actual not failing.
I haven't seen this before. Is there perhaps a linker option to suppress these "Infos"?
No, not yet, since auto-import is still a new feature, this message will be always issued.
Gerrit