I have been trying to compile lesstif.current on nt4: sp6: Interix2.2
(The other versions of lesstif fail at an earlier stage - the configure
script gives an error message.) Configure appears to work, make
works for a long time then stops with the compiler error messages
reproduced below. I haven't edited any of the scripts. Am looking
forward to a successful compile soon!
Shankar Sen
--------------------------------------------------------------------------------
In file included from //K/Interix/usr/X11R5/include/X11/Intrinsic.
from LTglob.c:34:
//K/Interix/usr/X11R5/include/X11/Xresource.h:225: warning: type defaults
to 'int' in declaration of `XrmQGetResource'
LTglob.c: In function `glob_in_dir':
LTglob.c:585: warning: implicit declaration of function `opendir'
LTglob.c:607: warning: implicit declaration of function `readdir'
LTglob.c:607: `DIR' undeclared (first use this function)
LTglob.c:607: (Each undeclared identifier is reported only once
LTglob.c:607: for each function it appears in.)
LTglob.c:607: syntax error before `)'
LTglob.c:610: dereferencing pointer to incomplete type
LTglob.c:612: dereferencing pointer to incomplete type
LTglob.c:690: warning: implicit declaration of function `closedir'
LTglob.c:690: syntax error before `)'
LTglob.c:701: syntax error before `)'
LTglob.c:572: warning: unused variable `tail'
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.