Hallo,
I'm running make check right now and I'm getting a problem with crtc.c. Several hundred lines warnings and errors, in several tests. E.g. the last lines: ... .../gcc/p/units/crtc.c: In function `crt_GetShiftState': .../gcc/p/units/crtc.c:894: warning: implicit declaration of function `PDC_get_key_modifiers' .../gcc/p/units/crtc.c:895: error: `PDC_KEY_MODIFIER_SHIFT' undeclared (first use in this function) .../gcc/p/units/crtc.c:895: error: (Each undeclared identifier is reported only once .../gcc/p/units/crtc.c:895: error: for each function it appears in.) .../gcc/p/units/crtc.c:896: error: `PDC_KEY_MODIFIER_CONTROL' undeclared (first use in this function) .../gcc/p/units/crtc.c:897: error: `PDC_KEY_MODIFIER_ALT' undeclared (first use in this function) .../gcc/p/units/crtc.c:902: error: `PDC_KEY_MODIFIER_NUMLOCK' undeclared (first use in this function) .../gcc/p/units/crtc.c: In function `crt_RawOut': .../gcc/p/units/crtc.c:1571: warning: implicit declaration of function `raw_output' .../gcc/p/units/crtc.c: In function `crt_Init': .../gcc/p/units/crtc.c:1649: warning: implicit declaration of function `PDC_save_key_modifiers' .../gcc/p/units/crtc.c: In function `adjust_panel': .../gcc/p/units/crtc.c:1846: warning: implicit declaration of function `resize_window' .../gcc/p/units/crtc.c:1846: warning: assignment makes pointer from integer without a cast .../gcc/p/units/crtc.c: In function `crt_Check_WinChanged': .../gcc/p/units/crtc.c:1866: warning: implicit declaration of function `is_termresized' .../gcc/p/units/crtc.c:1881: error: structure has no member named `wendy' .../gcc/p/units/crtc.c:1882: error: structure has no member named `wendx'
The failing tests (all because of crtc.c) so far are:
TEST aturbo3test.pas: TEST crttest.pas: TEST dialec3.pas: TEST dialec5.pas: TEST dialec6.pas: TEST dialec7.pas:
Is there something known to do about this?
Thanks, Gerrit