S. Achterop IWI-120 3932 wrote:
BUT on hpux10 the following PROBLEM occurs during COMPILING the runtime system:
here last part of the output of the make command:
[...]
Anyone have a clue?
The code in this file seems to be OK, so it must be a compiler problem. I added it to the To-Do list. Until it is fixed, you can comment out the offending routines. The routines in filename.pas are not vital for GPC.
P.S. the were also a few (probably non-relevant) warnings in the rts compilation: write.c:199: warning: no previous prototype for `_p_write' read.c:175: warning: no previous prototype for `_p_read' string.c:193: warning: no previous prototype for `_p_string' string.c:396: warning: no previous prototype for `_p_writestr' string.c:511: warning: no previous prototype for `_p_readstr'
Yes, they're non-relevant. Actually, they're about C functions with varargs, and I don't know how to create prototypes for them, so I can't fix them. If anyone knows how to, please go ahead.
Frank